Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
モーダル ビューを閉じて、タブ バーの特定のタブに切り替える方法を探しています。
合体すればいいと思うのですが……。
self.tabBarController.selectedIndex = 3;
と
self.dismissModalViewControllerAnimated:YES;
両方とも個別に機能しますが、組み合わせると機能しません。
閉じられたコントローラーの viewDidDisappear または viewWillDisappear の呼び出し時に、タブ バーの選択されたインデックスを設定するのはどうですか? このように、それらは一緒に呼び出されることはありませんが、次々と発生します