-
Notifications
You must be signed in to change notification settings - Fork 677
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
iOS11 无法获取_titleView #70
Comments
同样 [self valueForKey:@"_leftViews"] 会crash |
想问一下这个问题你们解决了吗? |
解决的话可以贴一下解决方式么 |
[self valueForKey:@"_leftViews"] 会crash的我的解决办法
|
@xq931014 你好,不知道这个问题,你最后找到titleView了吗,还是说你从其他途径解决此问题了,如有方法,谢谢解惑. |
emmm,因为这个第三方很久没维护了,所以我用了另外一个:https://github.com/wangrui460/WRNavigationBar,不过个人使用后感觉侵入性还是有点强,你可以参考一下 |
@LoveJuly 好的,谢谢推荐. |
(void)lt_setTitleAlpha:(CGFloat)alpha {
if (@available(iOS 11.0, *)) {
} else {
}
}
The text was updated successfully, but these errors were encountered: