If hiding the status bar by choosing status bar style = hide during application launch
and I am customizing uinavigation bar like the following
[[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed: @"navbar-iphone.png"]
forBarMetrics:UIBarMetricsDefault];
and when I am getting this : the navigation bar is cut off the top.
and
Any ideas about this situation and how to fix it ?