Growing UITextView and UITableViewCell

Posted by Arie Pieter on Stack Overflow See other posts from Stack Overflow or by Arie Pieter
Published on 2009-06-12T07:16:03Z Indexed on 2010/04/01 1:03 UTC
Read the original article Hit count: 598

I'd like to emulate the compose mail screen of Apples iPhone app. At this moment I have a UITableView with some cells. The last cell contains a UITextView. I managed to get the scrolling the way I like, but one problem remains: how to let the UITextView and the UITableViewCell automatically grow in height when the user enters a new line of text? There has been written a lot about this, I know. But I couldn't find any solution. Can anybody help me or just give a hint?

Thanks

APC

© Stack Overflow or respective owner

Related posts about uitableviewcell

Related posts about cocoa-touch