Closed clearlovelyQ closed 4 years ago
我的和你的情况一样, 是这么做的.
self.rt_disableInteractivePop = YES;
self.rt_navigationController.fd_fullscreenPopGestureRecognizer.enabled = NO;
我的和你的情况一样, 是这么做的.
self.rt_disableInteractivePop = YES; self.rt_navigationController.fd_fullscreenPopGestureRecognizer.enabled = NO;
这个是对的
使用的CYLTabBarController吧 @clearlovelyQ
您好,您的邮件已经收到。
UITabbarController作为跟控制器
2.UITabBarController里面代码,其中ZJYBaseNavigationController继承你的RTRootNavigationController
(void)childViewController:(UIViewController )vc imageName:(NSString )imageName selectedImageName:(NSString )selectedImageName withTitle:(NSString )title {
ZJYBaseNavigationController *nav = [[ZJYBaseNavigationController alloc] initWithRootViewController:vc]; [self addChildViewController:nav]; }
self.rt_navigationController.viewControllers.lastObject.fd_interactivePopDisabled = YES;