tags:

views:

80

answers:

1

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
thanks for confirming my dobt
Ajay Pandey