Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 470 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 470 Bytes

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