How to assign a color to the particular text. i don't want to use the开发者_Go百科 textview.
Thanks
If you don't want use neither UITextView or UILabel you have to create your how view to display the text.
In this view you have to get the context, set the color and then display the text with the function: CGContextShowTextAtPoint
精彩评论