現在のViewControllerで向きが機能していません。UINavigationController のカテゴリも使用しています。supportedInterfaceOrientations メソッドが呼び出されますが、変更はありません。Base viewcontroller shouldAutorotate メソッドは YES を返します。次のコードはどこにありますか。
私はこのコードを使用しています。
ViewControllerOne *viewOne = [[ViewControllerOne alloc]init];
UINavigationController *navCtrl = [[UINavigationController alloc] initWithRootViewController:viewOne];
navCtrl.modalPresentationStyle = UIModalPresentationFormSheet;
[self presentViewController:navCtrl animated:YES completion:nil];
私を助けてください。前もって感謝します...