Skip to content
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

当带有navi的A颜色的Controller,present B颜色的NavigationController,dismissB时,A的导航颜色会变为B #24

Open
zkfpk6 opened this issue Feb 26, 2021 · 0 comments

Comments

@zkfpk6
Copy link

zkfpk6 commented Feb 26, 2021

(当modalPresentationStyle为UIModalPresentationOverFullScreen时)
问题出在第473行,
if (self.topViewController.presentingViewController) { return; }
应改为
if (self.topViewController.presentedViewController) { return; }
请作者有空修复一下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant