RTRootNavigationController
RTRootNavigationController copied to clipboard
Implicitly make every view controller has its own navigation bar
pop后contentViewController的didMoveToParentViewController方法不会调用 是不是应该重写一下RTContainerController的didMoveToParentViewController方法
返回上个界面 viewDidAppear 不执行
CWLateralSlide Issues: https://github.com/ChavezChen/CWLateralSlide/issues/125 > 首先感谢两个库的作者提供这么强大的库,但在项目同时使用这两个库时,发现一个问题(附Demo) > > [CWLateralSlide&RTRootNavigationController Demo.zip](https://github.com/ChavezChen/CWLateralSlide/files/4384851/CWLateralSlide.RTRootNavigationController.Demo.zip) > > > 打开侧滑菜单,然后选择`Push到下一个界面`,会出现导航栏跳动的问题(vc的view frame变化),如果在主界面push就不会。麻烦两位作者看看,哪个库能针对这个问题做下优化。
在一级界面 左右切换视图 隐藏tab 但是用你的框架 隐藏tab 就会出现白条,系统的导航栏就不会,求解 急
当多次push然后设置过rt_navigationController.delegate 时候 再调用 popToViewController: 然后rtrootnavigationcontroller里面的popgesture设置的时候rtrootnavigationcontroller.rt_delegate 不为空, 此时通过方法转发手势响应代理,在当前viewcontroller被自动释放的时候 rtrootnavigationcontroller.rt_delegate 自动为nil,此时又不响应首饰代理,当触发手势时,程序崩溃 崩溃示例代码地址:https://github.com/cqxueyinsong/RTRootViewControllerMayCrash
I've got crash logs for my app from App Store. I'm not able to reproduce the crash and having a hard time deciphering it. here is the crash log `2UIKitCore0x183df17a8-[UINavigationController...
We have tried numerous ways to customize the NavBar to avoid this. Still have no solution, any idea how to fix this?
怎么样能支持上半屏滑动返回 下半屏不能滑动返回? 最好能指定位置滑动返回?
A控制器跳转D控制器 , 原本业务逻辑是A-b-c-d ,特殊需求变成A 跳转D中间我插入B、C在D pop到C的时候,tabbar出现了