How to replace occurrences of a pattern with a NSAttributedString
How to replace occurrences of a pattern with a NSAttributedString
- Subject: How to replace occurrences of a pattern with a NSAttributedString
- From: Sandeep Mohan Bhandarkar <email@hidden>
- Date: Tue, 20 Sep 2011 02:16:16 -0700
Hi All,
Can anyone tell me how the following can be achieved. I have a string as given bellow.
"This is a simple text with an attachment <<ATTACHMENT>>"
I would like to replace the occurrence of the pattern "<<ATTACHMENT>>" with a NSAttributedString (Containing a icon). Can some one please let me know how this could be achieved. I have looked for various approaches such as using NSRange or NSMutableString but am unable to figure our replacing of a string pattern with a NSAttributedString.
Thanks in Advance,
Sandeep.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden