tags:

views:

261

answers:

1

Hi, I am developing an application in cocoa I need to append a colored text to another text in table view,Is there a any way to do this ???

+7  A: 

Take a look at NSAttributedString, it will let you do exactly this.

Ben Gottlieb