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

Atributika Label auto-size? #92

Closed ciathyza closed 5 years ago

ciathyza commented 5 years ago

How do you make an Atributika label's height auto-size so that it adapts to the text displayed in it?

psharanda commented 5 years ago

i use UITextView internally, which supports autosize out of box.

palozinski commented 5 years ago

It doesn't work inside of UIScrollView

skajake commented 5 years ago

palozinski, just make sure you set .numberOfLines = 0 and it will autosize just fine in a UIScrollView.