tags:

views:

36

answers:

3

How to change the color for particular character in UITextView?

+1  A: 

Overkill for your case but you can try this: Three20 UI

vodkhang
+1 This is the only solution for attributed text on the iPhone at this time.
TechZen
Thank u for ur reply
Bala
accept questions if you think they are good. It is a best thank here
vodkhang
A: 

when i need formatted text - i'm using UIWebView & HTML. maybe it is a solution?)

logovazz
A: 

You can't. The whole text will be affected. If you need rich formatting, then use UIWebView instead.

taskinoor
Thank u for ur reply
Bala