UILabel subclass with tappable links.
- iOS 8.0+
- Xcode 8
###Installation
Copy the file TapLinksLabel.swift into your project
###Usage
- In Xcode create a label of TapLinksLabel class, assign it text with links
- In the View Controller reference the label, and implement the protocol function
- Also see the example
###Author
Cosmin Potocean
###Licence
MIT license. See the LICENSE file for more info.