UITextView, lineHeightMultiple below 1 clips text, clipsToBounds = false doesnt work

125 Views Asked by At

text is getting clipped in a UITextView when I set the lineHeightMultiple property to less than 1 in paragraphStyle attribute. setting the clipsToBounds = false for UITextView doesnt seem to have any effect.

I want something like this

Any kind of help would be appreciated. Thanks in advance.

0

There are 0 best solutions below