I have a UICollectionView with custom cells- They have a UITextView that mostly covers the entire cell. This presents a problem when using didSel
UICollectionView
UITextView
didSel
Just do this
textview.isUserInteractionEnabled = false