iPhone : 탐색 막대로 모달 UITableViewController 표시 UITableViewController클래스 인 모달 뷰를 보여주고 있습니다 . 어떤 버전의 내비게이션 바를 표시 할 때 표시되지 않습니다. 내 코드는 다음과 달라집니다. SettingsCreateAccount *detailViewController = [[SettingsCreateAccount alloc] initWithStyle:UITableViewStyleGrouped]; detailViewController.modalTransitionStyle = UIModalTransitionStyleCoverVertical; detailViewController.navigationController.navigationBarHidde..