Skip to content

Danny-SS/CopyableLabel

 
 

Repository files navigation

CopyableLabel

UILabel extension to enable copying

Screenshot

Usage

import CopyableLabel

let label = UILabel()
label.copyable = true

Or set copyable property to true in Interface Builder.

Requirements

iOS 9 or higher

Installation

CocoaPods

CopyableLabel is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "CopyableLabel"

Carthage

You can use Carthage to install CopyableLabel by adding it to your Cartfile:

github "weby/CopyableLabel"

Author

Donatas Stundys, [email protected]

License

CopyableLabel is available under the MIT license. See the LICENSE file for more info.

About

UILabel extension to enable copying

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 69.7%
  • Ruby 18.3%
  • Objective-C 12.0%