nik1004
nik1004

Reputation: 337

UITextView doesn't show letters corrextly

I am trying to figure out with UITextView. I use this line to show newsStory.text in my UITextView. NSLog(@"%@", newsStory.text);

[newsStory setValue:newsStory.text forKey:@"contentToHTMLString" ];

In NSLog encoding is Ok

enter image description here

But when i am running the app, i see not-understandable symbols: enter image description here

How to solve this problem?

Upvotes: 0

Views: 242

Answers (1)

Arek Holko
Arek Holko

Reputation: 9006

I'm aware of two ways of doing this properly:

Upvotes: 1

Related Questions