-
- #import "RNNNavigationController.h"
-
- @implementation RNNNavigationController
-
- - (UIInterfaceOrientationMask)supportedInterfaceOrientations {
- return self.viewControllers.lastObject.supportedInterfaceOrientations;
- }
-
- - (BOOL)isCustomTransitioned {
- return NO;
- }
-
- @end
|