Multi-line/Autoresizing UITextView similar to SMS-app. The example project also even looks like Apple's version.
int maxNumberOfLines;
– Stops growing at this amount of lines.int minNumberOfLines;
– Starts growing at this amount of lines.BOOL animateHeightChange;
– Animate the growing
For more info, see blogpost: http://www.hanspinckaers.com/multi-line-uitextview-similar-to-sms