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
如题,Demo中此种情形无效,可否添加?
The text was updated successfully, but these errors were encountered:
设置 bar style 为 dark 试试
Sorry, something went wrong.
YPNavigationBarStyleLight = 0 << 4, // UIbarStyleDefault YPNavigationBarStyleBlack = 1 << 4, // UIbarStyleBlack 两种均已试过, hidden 情况下 开启blackBarStyle push到下一页面。statusBar 仍为黑色
You may have a try with WXNavigationBar
override var wx_navigationBarBackgroundColor: UIColor? { return .clear } override var preferredStatusBarStyle: UIStatusBarStyle { return .lightContent }
No branches or pull requests
如题,Demo中此种情形无效,可否添加?
The text was updated successfully, but these errors were encountered: