RTRootNavigationController

RTRootNavigationController
目的:
越来越多的应用为每一个 VC 设置单独的导航条,而不是之前那样使用一个全局统一的导航条,因为不同的 VC 有不同的视觉样式

RTContainerController (UIViewController)

RTContainerNavigationController(UINavigationController)
3.RTRootNavigationController(UINavigationController)
useSystemBackBarButtonItem
transferNavigationBarAttributes

rt_visibleViewController (UIViewController)
rt_topViewController
rt_viewControllers

初始化方法 和 两个移除方法

最终的样式
RTRootNavigationController
- RTContainerViewController |- RTContainerNavigationController
| - YourViewController1- RTContainerViewController
- RTContainerNavigationController- YourViewController2

二:
关闭该controller的 pop 手势方法
self.rt_disableInteractivePop = true self.rt_navigationController.rt_disableInteractivePop = true

你可能感兴趣的:(RTRootNavigationController)