Can i set image to corresponding substring using NSAttributedString.If yes,how?
A:
No. The NSAttributedString used by the Core Text engine only supports formatting text. You need to use 3rd-party rendering code if you need to embed an image, e.g. TTStyledTextLabel.
KennyTM
2010-07-16 07:28:55
thanks for confirming my dobt
Ajay Pandey
2010-07-16 09:17:52