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 Size"
in Xcode give me the correct size of my popover on the iPad. But it does not resize the UINavigationController
view and its embedded UIViewControllers
when viewing the storyboard in Xcode.
This is quite annoying as the size of my view in Xcode does not correspond to the actual size of the popover.
So, my problem is not setting the correct size of the popover (i also know i can do that with code), but I want the views in storyboard to show the actual size of my views.
What is the correct way to create viewControllers embedded in a navigation controller using storyboard?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…