RTRootNavigationController icon indicating copy to clipboard operation
RTRootNavigationController copied to clipboard

Implicitly make every view controller has its own navigation bar

Results 82 RTRootNavigationController issues
Sort by recently updated
recently updated
newest added
trafficstars

```objc - (void)viewWillAppear:(BOOL)animated{ self.navigationController.navigationBar.tintColor = [UIColor whiteColor]; } ``` 不起作用什么鬼?

tablview滑动至最底部,然后push到下一个页面,pop出来时偏移量位置下移了20,只有偏移量距离最大偏移量小于20的时候会有这种情况

bug
help wanted

存在内存占用过高问题

环境 : iPad 12.9 竖屏 + iOS 11.3 + Xcode 9.3 + RTRootNavigationController 0.6.6 产生bug的原因:同时设置masterViewController和detailViewController的NavigationController为RTRootNavigationController ![image](https://user-images.githubusercontent.com/10215098/38973270-888b8e26-43d7-11e8-9ddb-9407d19a0e84.png) 报错:UINavigationControllers are not allowed in a navigation controller! 开断点的话,提示在这里出了问题 ![image](https://user-images.githubusercontent.com/10215098/38973435-600191c0-43d8-11e8-9f14-0642d329beb3.png) 录制的操作过程及Demo代码如下: ![jietu20180419-133956-hd](https://user-images.githubusercontent.com/10215098/38973452-7a52a4ce-43d8-11e8-9d87-c80a2dbfd308.gif) [RTRootNavigationControllerSplitViewBug.zip](https://github.com/rickytan/RTRootNavigationController/files/1926779/RTRootNavigationControllerSplitViewBug.zip)

wontfix

在tableview custom bar class页面上滑,隐藏了navigationbar,然后跳转页面,侧滑返回这个页面,再想侧滑返回root页面就不行了,侧滑失效了

[self setNeedsStatusBarAppearanceUpdate] 在同一个界面 隐藏和显示切换 状态栏高度不会改变

同时使用了 RTRootNavigationController FDFullscreenPopGesture APP出现过 卡死 、VC的层级乱了的问题