UITabBarController setSelectedViewController:只能选择标签栏控制器的视图控制器列表中的视图控制器

时间:2014-09-11 13:16:07

标签: ios objective-c xcode

我在这行的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编写的

由于

1 个答案:

答案 0 :(得分:2)

如果您已创建自定义标签栏,则删除要传递的视图控制器数组的合成。这对我有用。