オリエンテーションUITableViewController
ができないので問題が発生しました。UIDeviceOrientationPortraitUpsideDown
私はすでにshouldAutorotateToInterfaceOrientation
2つの縦向きを許可する機能を設定しました。
UITableViewControllerの実装に関するコードは次のとおりです
UITableViewController *controller = [[UITableViewController alloc] initWithStyle:UITableViewStyleGrouped];
controller.tableView.delegate = self;
controller.tableView.dataSource = self;
controller.tableView.scrollEnabled = NO;
ありがとう