How to set Status bar color iOS 7
1. open your info.plist and set "View controller-based status bar appearance" = NO
2. Add below code to viewDidLoad or viewWillAppear
UIApplication.sharedApplication().setStatusBarStyle(UIStatusBarStyle.LightContent, animated: false)

浙公网安备 33010602011771号