Reputation: 6033
I have UITextView in my view and I set a text with 10000 character to it but is show only white space scroll. but its ok with short text (for example 1000 character). how could I fix this?
Upvotes: 1
Views: 203
Reputation: 6033
I fix it by replacing UITextView
with UILabel
and UIScrollView
Upvotes: 2