
- Custom font
- charSpacing
- lineSpacing
- paragraphSpacing
- size Calculating extension
- Swift 2+
- iOS 8.0+
You can install this library in 2 ways
Copy InspectableLabel.swift to your project.
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapodsTo integrate InspectableLabel into your Xcode project using CocoaPods, specify it in your Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'InspectableLabel', '~> 1.0'Then, run the following command:
$ pod installAnd more details on InspectableLabelExample.xcodeproj
Nattawut Singhchai, jadedragon17650@gmail.com
InspectableLabel is available under the Apache 2.0 license. See the LICENSE file.