UICollectionView didSelectItemAtIndexPath not called when tapped on UITextView

前端 未结 6 1543
傲寒
傲寒 2021-02-13 05:13

I have a UICollectionView with custom cells- They have a UITextView that mostly covers the entire cell. This presents a problem when using didSel

6条回答
  •  忘掉有多难
    2021-02-13 06:05

    I would suggest to use UIGestureRecognizer for each cell and when it taped to send it to UITextView or whatever , perhaps there maybe a better solutions , but I would use this 1 because of simplicity reasons.

提交回复
热议问题