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
public func yp_navigtionBarConfiguration() -> YPNavigationBarConfigurations { return [.styleLight] }
.styleLight 无效
The text was updated successfully, but these errors were encountered:
能提供具体一点的信息和截图吗?期望的是什么效果然后实际是什么效果?
Sorry, something went wrong.
extension YPNavigationController : NavigationBarConfigureStyle { public func yp_navigtionBarConfiguration() -> YPNavigationBarConfigurations { return [.styleBlack] }
public func yp_navigationBarTintColor() -> UIColor! { return .white }
}
return [.styleBlack] 我想默认直接设置为白色但是swift里面不行
stypleBlack 会把 status bar 上的字弄成白色,而不是 navigation bar,你跑下 demo 试试
No branches or pull requests
public func yp_navigtionBarConfiguration() -> YPNavigationBarConfigurations {
return [.styleLight]
}
.styleLight 无效
The text was updated successfully, but these errors were encountered: