-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS14上面popToRoot有问题 #292
Comments
同求 |
目前我这边发现的解决方案有两个,但不是最优解决方案:
|
RTRootNavigationController.m 628行 改为: |
iOS 14上,从A push到B,再从B push到C,此时调用[self.navigationController popToRootViewControllerAnimated:YES]就会有这个问题,A左上角会显示“Back”,希望大佬早些修复,谢谢! 执行了下面这个方法: |
调用popToRootViewControllerAnimated:YES返回到root控制器后,root控制器的导航栏会出现返回按钮(本来是没有的),demo也可复现,希望作者修复!
The text was updated successfully, but these errors were encountered: