Home » others » Force change interface orientation in iOS

Force change interface orientation in iOS

Found on Stackoverflow interesting hack for interface orientation fix.

1
2
[self presentViewController:[UIViewController new] animated:NO completion:NULL];
[self dismissViewControllerAnimated:NO completion:NULL];

Some more detail in this .

My .

This entry was posted in others and tagged , UIInterfaceOrientation, UIViewController. Bookmark the permalink.