I have created an iPad app containing a popover view embedded in a navigation controller. I like using Storyboard as much as possible, and setting the \"Use Explicit S
For the views embedded in the navigation controller, you can change their size in the storyboard by doing the following:
After that, the view should be sized correctly in the storyboard.
Unfortunately I do not know how to change the size of the navigation controller.