I have a problem with autorun and authorization in the iOS application. I created Xib (not in the storyboard) with auto-detection restrictions, and it works fine. I try to run xib on a simulator of different sizes, and before starting, I manually resize in the simulated metric the size with the correct screen size (if I run the application on iPhone 5, I change the size on the iPhone 4 inches). In this case, autostart works fine, it resizes my view correctly, and everything is in order.
The problem occurs when I try to do this automatically. I set the size field to Free Form and I'm trying to run the application. In this case, the application does not resize the view, but always displays the same view with the same size and does not change anything before resizing the device.
Is there a solution for my question? Programmatically or graphically (in an xib file).
thanks
source share