I am using this code
CGRect frame = self.mytext.frame; frame.size.height = self.mytext.contentSize.height; self.mytext.frame = frame;
But i
Recently I have found this CSGrowingTextView that sizes while you type, maybe it can help: https://github.com/cloverstudio/CSGrowingTextView