i have an app that is told to support all rotations and when it starts up it rotates the view fine
however, when i hit a button to change to a different view it stops doing any sort of rotation..
all view controllers say YES to shouldAutorotateToInterfaceOrientation:
views are kept in an NSArray and are removed from superview and then added to superview again
what could cause such an issue?
however, when i hit a button to change to a different view it stops doing any sort of rotation..
all view controllers say YES to shouldAutorotateToInterfaceOrientation:
views are kept in an NSArray and are removed from superview and then added to superview again
what could cause such an issue?