美文网首页
动态修改uitabbar的数量

动态修改uitabbar的数量

作者: 爬山的奥特曼 | 来源:发表于2017-06-29 10:14 被阅读0次

UITabBarController *tabBarController= (UITabBarController *)[UIApplication sharedApplication].delegate.window.rootViewController;

NSMutableArray *tabbarViewControllers= [NSMutableArray arrayWithArray: [tabBarController viewControllers]];

[tabbarViewControllers removeObjectAtIndex:1];

[tabBarController setViewControllers: tabbarViewControllers ];

相关文章

网友评论

      本文标题:动态修改uitabbar的数量

      本文链接:https://www.haomeiwen.com/subject/pthmcxtx.html