I have a UILabel that displays a user's "bio". I also have the user able to edit this text by having a uitextview pop up upon a user tap and then once the user is done adding or removing text from this uitextview, i say label.text = textview.text, so it updates the bio label's text.
However, I want a way of telling the label to fix it's height according to how much text was added or removed. Is there a way of doing this? Thank you in advance!
NathanF