Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 753 Bytes

README.md

File metadata and controls

45 lines (26 loc) · 753 Bytes

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.