ltebean / LTNavigationBar

UINavigationBar Category which allows you to change its appearance dynamically
MIT License
4.46k stars 677 forks source link

使用Xcode 8.0 测试版开发显示有问题 #36

Open HughLi opened 8 years ago

HughLi commented 8 years ago

在xcode 8.0上 导航栏失去了渐变色的效果,不知道是何缘故,xcode7.3正常

langhua9527 commented 8 years ago

@HughLi [[UINavigationBar appearance]setBarTintColor:[UIColor clearColor]]; 你可以这样全局设置一下