我在这行的xcode 6版本中崩溃了
-[UITabBarController setSelectedViewController:]
'NSInvalidArgumentException', reason: '-[UITabBarController setSelectedViewController:] only a view controller in the tab bar controller's list of view controllers can be selected.'
它在xcode 5中正常工作.self.selectedIndex给出了垃圾值。
有没有人知道如何解决这个问题。代码最初是用xcode 4.0编写的
由于
答案 0 :(得分:2)
如果您已创建自定义标签栏,则删除要传递的视图控制器数组的合成。这对我有用。