Closed ciathyza closed 5 years ago
Trying to use a AttributedLabel inside UICollectionViewCells but the onClick handler is never called. I have a feeling that something interferes with it but user interaction flag is enabled on all related views. Any idea what could prevent this?
UICollectionViewCells
onClick
Nevermind! contentView.isUserInteractionEnabled = false grml!
contentView.isUserInteractionEnabled = false
Trying to use a AttributedLabel inside
UICollectionViewCells
but theonClick
handler is never called. I have a feeling that something interferes with it but user interaction flag is enabled on all related views. Any idea what could prevent this?