Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 581 Bytes

TapLinksLabel

UILabel subclass with tappable links.

Requirements

  • iOS 8.0+
  • Xcode 8

###Installation

Copy the file TapLinksLabel.swift into your project

###Usage

  1. In Xcode create a label of TapLinksLabel class, assign it text with links
  2. In the View Controller reference the label, and implement the protocol function
  3. Also see the example

###Author

Cosmin Potocean

###Licence

MIT license. See the LICENSE file for more info.