iphone - Italicise part of a string in a NSArray -


tabledata = [[nsmutablearray alloc] init]; [tabledata addobjectsfromarray:[nsarray arraywithobjects: @"one" @" " @"two", @"next cell", nil]]; 

i want @"two" in italics. have idea how?

styling information text part of nsattributedstring, rather plain nsstring. you'll need convert that, add attribute italic range.


Comments