Hi all
Yes, many people are saying about Rich Text in iphone ipad and many knows about NSAttributedString.
But how to use NSAttributedString please??? I searched for much time, no extract clues for this.
I know how to set up a NSAttributedString, then what should I do to display a text on iphone / ipad with rich text??
the official doc says it should be used with Core Text Framework, what does that mean?
Is there any simple ways like
NSAttributedString *str;
.....
UILabel *label;
label.attributedString = str;
Sorry guy, so many questions. Please do help.