I've run into something strange with an iPad app I'm currently working on. I have set the statusbar hidden with :
[UIApplication sharedApplication].statusBarHidden = YES;
in the AppDelegate.m
However when I switch between active apps on the device (iPad) by swiping with 4 vingers it's shows the statusbar for a couple of seconds before hiding it again. Is this inevitable/ is this the statusbar showing in the main OS and if not, how can I get it to stay hidden?
Cheers,
Nan