标签: ios swift uicollectionview uicollectionviewcell uistoryboardsegue
我didSelectItemAtIndexPath方法的UICollectionView方法中有以下一行:
didSelectItemAtIndexPath
UICollectionView
self.performSegueWithIdentifier("toDetail", sender: self)
当点击单元格时,应用程序暂停(您根本无法与应用程序交互),不会给出错误消息,并且segue不起作用。我该如何解决这个问题?