Clickable links in UILabel?
Posted
by lope
on Stack Overflow
See other posts from Stack Overflow
or by lope
Published on 2009-08-10T19:56:16Z
Indexed on
2010/04/09
17:23 UTC
Read the original article
Hit count: 270
iphone
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 :/
© Stack Overflow or respective owner