Wednesday, 18 September 2013

Dynamic expand UITextView on ios 7

Dynamic expand UITextView on ios 7

I am using this code
CGRect frame = self.mytext.frame;
frame.size.height = self.mytext.contentSize.height;
self.mytext.frame = frame;
but now in ios 7 it doesn`t work. Can anyone knows why or have the same
problem?

No comments:

Post a Comment