Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. let statWindow = UIApplication.shared.value(forKey:"statusBarWindow") as! UIView
  2. let statusBar = statWindow.subviews[0] as UIView
  3. statusBar.backgroundColor = UIColor(red: 0/255.0, green: 0/255.0, blue: 0/255.0, alpha: 1.0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement