willRotateToInterfaceOrientation:duration: not called for iOS5 after dismissing from modal
- by Jean-Denis Muys
My main UIViewController overrides willRotateToInterfaceOrientation:duration: to adapt the background view for the correct orientation. This works fine when staying within the view.
But in my app, the result of some user actions can lead to presenting another "daughter" UIViewController. When the user is done with that daughter UIViewController,…