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.
我正在使用 Storyboard 开发一个选项卡式应用程序,我有三个选项卡
有没有办法让第二个选项卡成为启动时加载的默认选项卡而不是第一个?
谢谢
- (void)viewDidAppear:(BOOL)animated { [self.tabBarController setSelectedIndex:1]; } }
把它放在你的 viewdidAppear 中