How can I make links appear in UILabel

Posted by Robbie Trencheny on Stack Overflow See other posts from Stack Overflow or by Robbie Trencheny
Published on 2010-03-14T07:53:43Z Indexed on 2010/03/14 8:05 UTC
Read the original article Hit count: 475

Filed under:
|
|
|
|

I need to do data detection of website URL's in live chat and display them in a UILabel NOT UITextView. They need to be clickable and will open a in-app browser. We have tried Craig Hockenberry's code, three20, and making our own, all of which didn't work. We need to use UILabel to take advantage of shadows. Anyone know what to do? Help!

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about uilabel