iOS 10.3之后删除线失效解决办法
iOS 10.3之前写法:
1 2 3 4 | |
iOS 10.3之后写法:
1 2 3 4 5 | |
设置状态栏style
在info.plist文件中设置View controller-based status bar appearance为YES。
在对应ViewController中添加下面的方法:
1 2 3 | |
iOS 10.3之前写法:
1 2 3 4 | |
iOS 10.3之后写法:
1 2 3 4 5 | |
在info.plist文件中设置View controller-based status bar appearance为YES。
在对应ViewController中添加下面的方法:
1 2 3 | |