Clickable links in UILabel?
- by lope
Hi there,
I have been searching for this for hours but I failed. I probably don't even know what should I 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 starts with # it is also clickable and aplication responds by opening another view. How can I do that? Is it possible with UILabel or do I need UITextView or something else?
I really hope it is standard functionality and i don't need to subclass anything :/