Is there an alternative for [[UIApplication sharedApplication] setStatusBarOrientation:animated:]? setStatusBarOrientation, as you can see in it’s name, only rotates the status bar. Is there anything that will rotate the whole app like it does when physically rotating the device?
Is there an alternative for [[UIApplication sharedApplication] setStatusBarOrientation:animated:] ? setStatusBarOrientation , as you can
Share
If you want to change the orientation manually (not using autorotation), you will have to rotate and position views yourself, as described in answers to this question. Supporting autorotation is described in the documentation.