Hello everyone,
I'm trying to autorotate a view and I have the same problem explained here: willRotateToInterfaceOrientation not being called.
Even though I implemented shouldAutorotateToInterfaceOrientation and returned YES, in every UIViewController subclass I implemented; willRotateToInterfaceOrientation is not beign called.
Perhaps somebody could tell me what I'm missing. I have the following View Controllers structure (I hope this is clear enough..):
NavigationController (Programatically)
-with root > TabBarController (Programatically)
-with tab item > NavigationController (Programatically)
-with root > UITableViewController (a Subclass)
-pushed to navigator controller > UIViewController (a Subclass).
I hope someone can help me. Thanks in advance!