-
Notifications
You must be signed in to change notification settings - Fork 238
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
Xcode9运行Demo,改变导航栏透明度、大小均失效 #85
Comments
我就是用Xcode9。iOS几?什么手机? |
模拟器上运行全失效,手机试了iPhone6s(iOS10),iPhone7(iOS11),也都没有效果。 |
检查下有没有对工程文件修改过导致category不work,直接重新下载demo看看。我的 Xcode Version 9.1 (9B55) |
怀疑你是在viewDidLoad之前设置的delegate,而且还把NSAssert去掉了。 |
很奇怪,我重新下载demo,没有更改过demo的任何文件,直接编译,也是出现改变导航栏透明度、大小均失效。环境是Xcode Version 9.1 (9B55),模拟器是iPhone8(11.1) |
主要现象是点击导航栏高度的“+”、“-”,导航栏没有任何变化 |
我也出现了这个问题,就是直接下载demo用demo就这样 |
self.navigationController.navigationBar.translucent = NO后设置导航栏透明度不生效 |
有针对Xcode9适配的计划么?
The text was updated successfully, but these errors were encountered: