I'm returning YES
in my view controller's shouldAutorotateToInterfaceOrientation
function, and I can see using breakpoints that YES
is being returned, however the willRotateToInterfaceOrientation
method isn't being called, and nor is any other rotating method. It seems like after returning YES
nothing happens!
Any ideas?
Mike
Is this views viewController a subview of some other root view controller thats not a navigation controller? if so then the call does not propagate to the subviews controller, so that might be why your view isnt rotating.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With