How do I resize the text in my UITextView so that it doesn’t cut off the text? I have a UITextView set at a specific height and I want the text in that UITextView to fit in that height. In a UITextField you have a adjustSizeToWidth, but not in UITextView
Share
Source: https://stackoverflow.com/a/2487402/253008
EDIT:
You can use
to check the width of the text in the UITextView and then when it reaches your set width you can start lowering the font size