How can I make a clickable link in an NSAttributedString?

It’s trivial to make hyperlinks clickable in a UITextView. You just set the “detect links” checkbox on the view in IB, and it detects HTTP links and turns them into hyperlinks. However, that still means that what the user sees is the “raw” link. RTF files and HTML both allow you to set up a … Read more

Create tap-able “links” in the NSAttributedString of a UILabel?

I have been searching this for hours but I’ve failed. I probably don’t even know what I should be looking for. Many applications have text and in this text are web hyperlinks in rounded rect. When I click them UIWebView opens. What puzzles me is that they often have custom links, for example if words … Read more