开发者

Are you able to choose the starting tab for a TabBarController?

开发者 https://www.devze.com 2022-12-31 04:14 出处:网络
Is 开发者_运维问答there a method for choosing the starting tab for a TabBarController?Yes.In a view controller:

Is 开发者_运维问答there a method for choosing the starting tab for a TabBarController?


Yes. In a view controller:

self.tabBarController.selectedIndex = n;

You can also set selectedViewController, if that is easier for you.

0

精彩评论

暂无评论...
验证码 换一张
取 消