I've read a few questions about it without solving my problem.
I've got a UIViewController
subclass as a rootViewController
in a UINavigationController
, the both are set with the same size of 320x1024 pts with the freeform simulated size. Their owned views have the same size and the checkbox Resize View From Nib
is NOT selected.
The UINavigationController
is presented using a custom segue, that makes the destination view controller slide in (an animation close to mail app).
If I log or debug the segue code I can see clearly (from the very beginning) that the view size isn't respected and this happens both in the UINavigationController
and in its rootViewController
, their size is full screen.
I know that I can fix the size inside the segue manually or with constraints, but I'm wondering if I am missing something to preserve the storyboard size. The app should work only on ipad.