imzyf / ios-swift-learning-notes

📝 iOS Swift Learning Notes - see Issues
MIT License
0 stars 0 forks source link

status bar 隐藏 #53

Closed imzyf closed 6 years ago

imzyf commented 6 years ago

在 info.plist 添加 V 开头的选择,并设为 NO,然后:

application.isStatusBarHidden = true
imzyf commented 6 years ago

不够优雅,应该使用 perform 的变量控制