UITabbarbutton 页面之间的跳转

来源:互联网 发布:dota2数据分析 编辑:程序博客网 时间:2024/06/16 16:29
一行代码:

在需要处理的事件添加代码:[self.tabBarController setSelectedIndex:0];

0 0