If your app uses a UINavigationController, then you should subclass it and set the class in IB. You would then want to override the following methods to support both iOS5 and iOS6: - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientatio…