I use a UITextView
in my app and I set it's frame based on the size of the text. However, if the UITextView.size.height
is greater than 8192.0, the text just disappears.
Does UITextView
have a maximum height?
EDIT
I appreciate all the answers so far, but I'm already able to set the frame with no problem. The problem is that, if the frame.size.height is set greater than 8192.0, the text just completely disappears.
I'm not sure what's special about that number, but when I set the frame with a height greater than that number, it stops working.