iPhone - displaying NavigationBar on a fullscreen modalView makes it go down with transparent space on top
问题 I have a ModalView called with : PreferencesController *nextWindow = [[[PreferencesController alloc] initWithNibName:@"Preferences" bundle:nil] autorelease]; nextWindow.wantsFullScreenLayout = YES; UINavigationController* navController = [[[UINavigationController alloc] initWithRootViewController:nextWindow] autorelease]; [self presentModalViewController:navController animated:YES]; It is initialised like this : - (void)viewDidLoad { [super viewDidLoad]; self.navigationController