Maximum height limit of UITextView
Hi,
Is there a maximum height limit for UITextView? I'm currently passing a very long string to the UITextView but the text view always truncates it. I tried adding some padding on the height (like textview.frame.size.height + 9999.0f) but still the text view truncates my string, so I was wondering if there is a limit for the UITextView height.
Any ideas on this? Thanks.
|