I have this:

And have this, when presenting modally:

Some code jsut before presenting webview:
webViewController.modalInPopover = YES;
webViewController.modalPresentationStyle = UIModalTransitionStyleCoverVertical;
And have this in webViewController's viewDidLoad template:
self.contentSizeForViewInPopover = CGSizeMake(320.0, 436.0);
I've looked for every frame of every role playing view, but frame.sizes are correct. Anybody with similar experience with a solution for that?