Vahid Kharazi
Vahid Kharazi

Reputation: 6033

UItextView not show long text

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

Answers (1)

Vahid Kharazi
Vahid Kharazi

Reputation: 6033

I fix it by replacing UITextView with UILabel and UIScrollView

Upvotes: 2

Related Questions