Ricky Tan

Results 160 comments of Ricky Tan

没有特别需求的话,你不用继承此类。 自定义返回按钮可以在 **VC** 中实现 `protocol` [RTNavigationItemCustomizable](https://github.com/rickytan/RTRootNavigationController/blob/master/RTRootNavigationController/Classes/UIViewController%2BRTRootNavigationController.h#L25),手势返回关闭可以设置 `self.rt_disableInteractivePop = YES`

目前不支持中途修改。你可以自己管理: ```objc self.rt_navigationController.interactivePopGestureRecognizer.enable = YES/NO; ```

```objc [self.rt_navigationController.interactivePopGestureRecognizer addTarget:self action:xxx]; ```

这是个已知问题 #153 ,你可以参考先解决业务问题,后面我看再怎么优化

您好!有空帮助测试下分支 [issue158](https://github.com/rickytan/RTRootNavigationController/tree/issue158) 有没有解决你的问题

直接混合开发吧,维护两套有点累

这个可能是系统的问题吧,有试过原生 `UINavigationController` 的行为吗?