psharanda / Atributika

Convert text with HTML tags, links, hashtags, mentions into NSAttributedString. Make them clickable with UILabel drop-in replacement.
MIT License
1.45k stars 155 forks source link

Tap not working when inside UICollectionViewCell #90

Closed ciathyza closed 5 years ago

ciathyza commented 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?

ciathyza commented 5 years ago

Nevermind! contentView.isUserInteractionEnabled = false grml!