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

调用popToRootViewControllerAnimated:YES返回到root控制器后,root控制器的导航栏会出现返回按钮(本来是没有的),demo也可复现,希望作者修复!

![image](https://user-images.githubusercontent.com/15375549/97270092-86f88a00-1869-11eb-8711-14698532a317.png) ![image](https://user-images.githubusercontent.com/15375549/97270420-1867fc00-186a-11eb-9657-9d498248d569.png) rt_customBackItemWithTarget 这个方法设置无效,没有进入这个方法 self.navigationItem.leftBarButtonItems = @[backBtnItem]; 闪退 移除RTRootNavigationController恢复正常 请问有什么办法吗?

[未命名文件夹.zip](https://github.com/rickytan/RTRootNavigationController/files/2230878/default.zip)

使用原生的UINavigationController时,设置关闭系统手势延迟传递事件关闭的话是没问题的。底部按钮能正常触发touch事件,请问作者有遇到这类问题吗?

有 界面AV 和对应的导航条 AN , 界面AV 触发事件。产生一个新的导航条BN 和界面BV AV present BN ,BN中的相关界面内部逻辑处理完以后 BN dismiss , AN push AaV(一个新界面) 这个时候,Aav 的左上角 返回按钮 没有加载出来。 所有VC 都继承与一个基类VC 如果采用 系统的返回按钮,则可以正常显示。。希望能尽快回复

[QMUIDemo.zip](https://github.com/rickytan/RTRootNavigationController/files/4642187/QMUIDemo.zip)