I have a NSMutableAttributedString, Now I want to add Link to some portion of the text. how can i add a link to the text so that when the user touches the text i can fire some actions. I'm working in iOS 4.2

Thanks in Advance. Shinto

link|improve this question

feedback

1 Answer

I did a library a few months back that dealt with that exact use case. However, I had to re-use it last week and found out that CMTextLabel isn't very user-friendly.

https://github.com/pothibo/CMFramework/tree/master/CMKit/RichText

You could have a look at it. If you decide to use it and refactor some of it to make it easier to use, send a push request and I'll merge it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.