Is it possible to have a linkable text with NSAttributedString (I don't want to use UIWebView and html)?
I need a UILabel that shows the following text:
"To download the app tap here"
And tap here should be clickable so I can perform some action when user tap it.