How can I have clickable links in UILabel while drawing text with a shadow?
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
14:05 UTC
Read the original article
Hit count: 660
iphone
|cocoa-touch
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