How can I scale the height of a UITextView to fit a changing amount of text?
- by Tony
I created a nib for a specific view I have. The view has a text field that may change height depending on the amount of text in the view's "represented object". For example, a blog post screen would have to handle different amounts of text as blog posts are not the same length and you obviously only want one nib to represent all blog posts.
Here is a screen shot of my nib settings. Do you know what is wrong? I am pretty sure it is just staying at the height I give it.
Thanks!