I've followed the instructions here On iOS8, displaying my app in landscape mode will hide the status bar but on iOS 7 the status bar is displayed on both orientations
i.e. set status bar hidden in plist and adding:
[[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:UIStatusBarAnimationNone];
but am still unable to hide the Status bar. Any further suggestions?