I resolved the navigation bar status bar issue in all my views, but when I use presentModalViewController to show another view, navigation bar and status bar overlaps again.I am using this for presenting new view:
[self.parentViewController presentModalViewController:newController animated:YES];
Any idea to why this is happening?