I have a simple textView who\'s data gets populated dynamically. I want to resize the height of the textview once the data is populated so that I don\'t see a vertical scrol
You can try it by sizeToFit method of UITextview.
[myTextView sizeToFit];