Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有 Storyboard 和 IOS 5.1 的 Xcode 4.3.2
在我的应用程序中,我需要暂时停用一个 segue(例如,因为表单不完整)。
有没有办法做到这一点 ?我在谷歌上一无所获。
谢谢你的帮助 !
糟糕,我发现...
我将segue直接插入单元格(正常做法)。
但是,要控制 segue,在我的例子中,要禁用它,我们必须将它直接连接到视图控制器。
然后我们可以 - 或不 -performSegueWithIdentifier:sender:在需要时通过调用来触发它!
performSegueWithIdentifier:sender: