#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.