Hi,
I am having a strange problem:
In -(void)viewWillAppear:(BOOL)animated method I use:
[[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO];
It means I am hiding the StatusBar, since I am hiding it, all the controls in my View are shifted upside by some distance when I run the application so, it appears in different way than what I have designed in Interface Builder.
Please help me so that my StatusBar remains hidden and View (and its controls) are not shifted from their position