This is a simple UILabel
subclass to simulate hyperlink behaviour - underlined text becoming highlighted on touch and sending notification to its delegate.
Create a new label in Interface Builder, set highlight color, shadow color & offset and bind the delegate
property. Change label's class to IHNHyperlinkLabel
and you're done!
- This code uses Automatic Reference Counting and is licensed under BSD license.
- Inspired by Yamaguchi Tatsuya's LinkedLabel.