kautaleksei / MFJLabel

UILabel subclass with link detection using Core Text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#MFJLabel

MFJLabel is a UILabel subclass that adds support for automatically converting links to clickable items.

You can customize which types of links are detected using the dataDetectorTypes property, and adjust the styling of links with the linkAttributes property.

##MFJLabelDelegate

MFJLabelDelegate is an example delegate class which provides actions very similar to the iOS Messages App's link actions, including tap & hold to display alternate options.

About

UILabel subclass with link detection using Core Text