I want to make clickable some specific text on UILabel
e.g: @"Lorem Ipsum is simply dummy text of the printing bla bla"
In this string "Ipsum,dummy,printing"
should be clickable and also its color should be change. I tried this with TTTAttributedLabel
(custom class) but its only changing the color.
Please give me any useful suggestion.
Dont use
Three20
library now. Use core text basedRTLabel
https://github.com/honcheng/RTLabel
And here is its delegate method:
Your label will look like this: