(1)

iOS Development - White status bar in iOS 8

Edit the application .plist and set UIViewControllerBasedStatusBarAppearance to "YES". Then in ViewController.m add the method: (UIStatusBarStyle)preferredStatusBarStyle { return UIStatusBarStyleLightContent; }  […]

Continue reading

Page top