shen0607

Results 3 comments of shen0607

有没有设置全局的导航栏颜色 标题颜色,这个设置下就不会了。

设置全局的在 AppDeleagete里面: ![image](https://user-images.githubusercontent.com/26315997/47423484-af030d80-d7b7-11e8-9678-83437eefa8ef.png)

class func isIphoneX() -> Bool { return UIScreen.main.bounds.equalTo(CGRect(x: 0, y: 0, width: 375, height: 812)) || UIScreen.main.bounds.equalTo(CGRect(x: 0, y: 0, width: 812, height: 375)) || UIScreen.main.bounds.equalTo(CGRect(x: 0, y: 0, width:...