The question is simple: how I can avoid the view sliding down when I call:
[[UIApplication sharedApplication] setStatusBarHidden:NO withAnimation:UIStatusBarAnimationFade];
The result I want to obtain is, in practice, that the status bar overlaps my view.
Thanks.
L.
The trick is: