Closed ciathyza closed 5 years ago
How do you make an Atributika label's height auto-size so that it adapts to the text displayed in it?
i use UITextView internally, which supports autosize out of box.
It doesn't work inside of UIScrollView
palozinski, just make sure you set .numberOfLines = 0 and it will autosize just fine in a UIScrollView.
How do you make an Atributika label's height auto-size so that it adapts to the text displayed in it?