Status bar Light content doesnot appear in Navigation Controller using Split view controller
- 阅读更多 关于 Status bar Light content doesnot appear in Navigation Controller using Split view controller
问题 When adding status bar as light content. its appearing fine in login screen. it changes to white in login screen. after successful login I have an split view and navigation controller. I have added the code but still it shows black. 1) added below line in view contoller. override var preferredStatusBarStyle: UIStatusBarStyle { return .lightContent } 2) info.plist View controller-based status bar appearance -> NO 3) then came across this line and added this one also. controller