标签: ios swift xcode6
我正在尝试在某些单元格上设置segue,它通过segue进入下一个视图,但在其他单元格上,它遵循didSelectRowAtIndexPath中的代码。
如果我设置didSelectRowAtIndexPath,会导致segue停止工作吗?
如何指定哪些行应使用segue,哪些不应该使用?
答案 0 :(得分:1)
不,didSelect和segues都已执行。
didSelect
使用shouldPerformSegueWithIdentifier确定是否使用segue。
shouldPerformSegueWithIdentifier