UITableViewController
클래스 인 모달 뷰를 보여주고 있습니다 . 어떤 이유로 내비게이션 바를 표시 할 때 표시되지 않습니다. 내 코드는 다음과 같습니다.
SettingsCreateAccount *detailViewController = [[SettingsCreateAccount alloc] initWithStyle:UITableViewStyleGrouped];
detailViewController.modalTransitionStyle = UIModalTransitionStyleCoverVertical;
detailViewController.navigationController.navigationBarHidden = NO;
[self.navigationController presentModalViewController:detailViewController animated:YES];
detailViewController = nil;
[detailViewController release];
기본적으로 표시되었다고 생각 했나요? 도움이된다면 .NET에서 UITableViewController
관리하는 다른 클래스에서 이것을 호출 하고 UINavigationController
있습니다. 아이디어?