-
Notifications
You must be signed in to change notification settings - Fork 102
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
iOS 13下,设置tintColor失效 #41
Comments
只有 iOS13 是这样吗?感觉是深色主题导致的。 |
是的,由于iOS 13引入深色主题这个功能导致的。 iOS 13上navigationBar的设置改为了standardAppearance,我在yp_adjustWithBarStyle和yp_applyBarConfiguration方法中做了适配,目前还是有一些问题。 |
iOS 13 的深色模式目前我还没有做研究,你可以把你的适配代码提一个 PR 上来吗? |
已经提交PR #42 ,目前DynamicGradientBar还有一点问题,不清楚是否和FakeBar有关。谢谢! |
谢谢!我看看 |
搭个车... |
@yiplee |
+1求解决 |
我现在是设置titleView=Label实现的,目前没什么问题 |
title view 是建议自定义的,这样各个 view controller 自己控制自己的 title 样式。 |
条件:当视图控制器不使用titleLabel,直接设置self.title时
现象:字体颜色会是黑色
情况说明:代理中设置的tintColor(白色)失效。
The text was updated successfully, but these errors were encountered: