#import "RNNTabBarController.h" @implementation RNNTabBarController - (UIInterfaceOrientationMask)supportedInterfaceOrientations { return self.selectedViewController.supportedInterfaceOrientations; } @end