我有一个带有两个 UIViewController 的 UITabBarController fe“所有消息”,“最喜欢的消息”。
对于某些操作,我需要用新的(其他操作,其他图像)动态替换我的 UITabBar 项目......
所以它应该是“喜欢”和“不喜欢”而不是“所有消息”、“最喜欢的消息”。
最好的方法是什么?
// Note
//I don't need ViewControllers for these items, I will use TabBar delegate
//so I can't do following:
tabBarVC.viewControllers = [NSArray ...new view controllers]
谢谢