7 #import "UINavigationController+EnkiUtils.h"
15 -(BOOL)shouldAutorotate
17 return [[
self.viewControllers lastObject] shouldAutorotate];
20 -(NSUInteger)supportedInterfaceOrientations
22 return [[
self.viewControllers lastObject] supportedInterfaceOrientations];
25 - (UIInterfaceOrientation)preferredInterfaceOrientationForPresentation
27 return [[
self.viewControllers lastObject] preferredInterfaceOrientationForPresentation];