不支持的配置

dod*_*onl 6 ios5

我试图理解故事板的概念,但我收到了这个警告:
Unsupported Configuration: Segues initiated directly from view controllers must have an identifier for use with -[UIViewController performSegueWithIdentifier:sender:]

我想做的事情:
我有一个带有4个选项卡的tabbar,这些选项卡导致其中包含TableViewControllers的不同NavigationControllers.4个不同的TableViewControllers共享相同的DetailViewController.当我尝试连接最后一个连接(TableViewController - > NaviagtionViewController - > DetailViewController)时,我收到了警告.

我希望我能够清楚地解释清楚.

汤姆

clo*_*pez 8

当你收到这个警告并且你有50个segues ..是否有一个简单的方法来找到哪个标识符丢失?


dod*_*onl 4

找到了,我忘记为我创建的segue指定一个标识符。