Autorotation
Hi, I have an application with several Views and each of them has to autorotate.
so I change the method that tells in which mode the view should autorotate
method shouldAutorotateToInterfaceOrientation now always return YES in every view.
In simulator it works perfectly fine, but on a device it's full of bugs
sometimes it's rotating sometines not
sometimes status bar is changing to landscape mode but view doesn't
some view never rotates.
my SDK is for 4.2 version, and my device has 3.1 version of iOS
What might be the problem?
|