触摸UIImageView时,不会选择UICollectionViewCell

时间:2016-07-14 09:21:31

标签: ios swift uiimageview uicollectionview

  1. 我有一个UICollectionViewController,我在故事板中构建了一个可重用的UICollectionViewCell。 Cell只有一个UIImageView(我的自定义UIImageView - BorderedImageView)。我设置了imageView.userInteractionEnabled = true,并在图像视图中添加了tap gesture
  2. 我点击了UIImageView,我想知道哪个单元格(IndexPath)被点击了。但是在单击图像视图后,没有选择单元格(我的意思是永远不会调用didSelectItemAtIndexPath方法)。
  3. How can I deal with this issue? How can I know the IndexPath I had clicked?

0 个答案:

没有答案