I am developing an application with auto-layout disabled and the default setting for Iphone 5. Now I have a UIView at the bottom of the screen, when I switch between size options in IB, the UIView moves up correctly to fix itself at the bottom of the screen. However, despite the fact that I am testing my IPhone 4 or simulator, it does not move up, instead it turns off.
How can I make the UIView at the bottom of the application shunt up for a smaller iPhone 4?
See the following example.


Basically, I want the white box to be shunted up to fill the gap under the gray box.
Update
, , , UIView ( ) . , UIView.