vote up 0 vote down star

I'm trying to display text in a UITableView that's a response from a JSON containing something like "Congratulations you just won a prize!", and when I display it in a UITableView the first 9 characters are "corrupted" and display weird symbols.

When I do an NSLog("%@", jsonString); I see the text correctly.

Is there some type of UTF8/UTF16 conversion I need to do to properly display my NSString JSON field?

flag

56% accept rate
can you show us some actual data? hard to guess what's going on from this. – David Maymudes Jul 21 at 12:07

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.