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.
ストーリーボードを使用してタブ付きアプリケーションを開発しています。3 つのタブがあります。
最初のタブではなく、2 番目のタブを起動時に読み込まれる既定のタブにする方法はありますか?
ありがとう
- (void)viewDidAppear:(BOOL)animated { [self.tabBarController setSelectedIndex:1]; } }
これをviewdidAppearに入れてください