One thing to look for is I found if I had UIPopoverController
called in [UINavigationController viewDidAppear]
, then willRotateToInterfaceOrientation
and didRotateFromInterfaceOrientation
are not called. It looks like UIPopoverController
being modal blocks the rotation method calls.