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
Post a Comment