Can\'t hide status bar on view controller on ios 7 device.
Already tried setting through plist file and also in Appcontroll
Go to info.plist and add two attributes if not present. set "Status bar is initially hidden" to YES and set UIViewControllerBasedStatusBarAppearance to NO. This will hide status bar for your app.
YES
UIViewControllerBasedStatusBarAppearance
NO