Sunday, 25 January 2015

UITextView Auto height

[textview sizeToFit];
[textview.textContainer setSize:textview.frame.size];

No comments:

Post a Comment