We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
重现步骤
注意,必须为 UIModalPresentationFullScreen 才有问题,如果在 iOS 13 下测试,注意要显示指定为这个 style。
The text was updated successfully, but these errors were encountered:
navigationBar.tintColor 是在 UINavigationController+NavigationBarTransition.m:309-311 里设置的,但在一个 UINavigationController 被 present 时,qmui_animateAlongsideTransition:completion: 方法里的 animation block 并不会被调用,导致 rootViewController 的 tintColor 逻辑失效。
qmui_animateAlongsideTransition:completion:
已修复该问题,请等待新版本发布。
Sorry, something went wrong.
已发布 4.0.0 版本修复该问题。
No branches or pull requests
重现步骤
注意,必须为 UIModalPresentationFullScreen 才有问题,如果在 iOS 13 下测试,注意要显示指定为这个 style。
The text was updated successfully, but these errors were encountered: