ボタン newViewController から IBAction のタブ バー C に到達しようとしています。しかし、私が到着すると、タブ バー コントローラーは C のビューではなく A のビューを表示します。使用する場合
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil];
UIViewController *vc = [storyboard instantiateViewControllerWithIdentifier:@"MyInitialViewController"];
[vc presentModalViewController:navController animated:NO];
このようなタブバーオプションとナビゲーションバーのないCタブバーのビューを作成することになります
どんな助けでも大歓迎です!ありがとうございました