-
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
不知道原来作者去什么地方了,现在显示不出来的可以这样解决的 #37
Comments
`- (void)lt_setBackgroundColor:(UIColor *)backgroundColor
}` just try it , i fix it |
楼上的这个方法亲测可以解决,我iOS10.2系统 xcode8.2跑的 |
把这个文件UINavigationBar+Awesome.h 里面的方法lt_setBackgroundColor 改成这样就解决了
因为返回回来之后self.overlay就跑最上面一层去了,并没有在最后面,所以就挡到了,显示不出来了
每次这样手动处理一下就好了
The text was updated successfully, but these errors were encountered: