Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.61 KB

File metadata and controls

62 lines (41 loc) · 1.61 KB

InspectableLabel

Cocoapods Compatible ![GitHub license](https://img.shields.io/badge/license-Apache 2.0-lightgrey.svg) Platform Twitter

Features

  • Custom font
  • charSpacing
  • lineSpacing
  • paragraphSpacing
  • size Calculating extension

Requirements

  • Swift 2+
  • iOS 8.0+

Installation

You can install this library in 2 ways

Manually

Copy InspectableLabel.swift to your project.

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To 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 install

And more details on InspectableLabelExample.xcodeproj

Author

Nattawut Singhchai, jadedragon17650@gmail.com

Contributor

Virakri Jinangkul

License

InspectableLabel is available under the Apache 2.0 license. See the LICENSE file.