Searched refs:RNScreensNavigationController (Results 1 – 5 of 5) sorted by relevance
6 @interface RNScreensContainerNavigationController : RNScreensNavigationController
12 @interface RNScreensNavigationController : UINavigationController <RNScreensViewControllerDelegate> variable
249 } else if ([lastViewController isKindOfClass:[RNScreensNavigationController class]]) {250 vc = [(RNScreensNavigationController *)lastViewController topViewController];
719 if (parentVC != nil && ![parentVC isKindOfClass:[RNScreensNavigationController class]]) {722 // when screen is mounted under RNScreensNavigationController it's size is controller759 if (parentVC != nil && ![parentVC isKindOfClass:[RNScreensNavigationController class]]) {762 // when screen is mounted under RNScreensNavigationController it's size is controller931 …// into account only when the view is mounted under RNScreensNavigationController in which case sy…936 [self.parentViewController isKindOfClass:[RNScreensNavigationController class]];
44 @implementation RNScreensNavigationController implementation131 _controller = [RNScreensNavigationController new];