Guest User

Untitled

a guest
Sep 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. class ViewControllerTest: UIViewController {
  2.  
  3. override func viewDidLoad() {
  4. super.viewDidLoad()
  5.  
  6. // Do any additional setup after loading the view.
  7. }
  8.  
  9. override var preferredStatusBarStyle: UIStatusBarStyle {
  10. return .default
  11. }
  12. }
Add Comment
Please, Sign In to add comment