Skip to content

GyazSquare/GSLabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSLabel

Build Status

Important: This library is deprecated, it is recommended you look at InsetLabel.

GSLabel is a UILabel subclass supporting content insets written in Swift.

Contents Insets Off Contents Insets On

Requirements

  • Xcode 8.1 (Swift 3.0.1) or later
  • Base SDK: iOS 10.1 / tvOS 10.0 or later
  • Deployment Target: iOS 7.0 / tvOS 9.0 or later

Installation

CocoaPods

Add the pod to your Podfile:

platform :ios, '8.0'
use_frameworks!

# ... snip ...

pod 'GSLabel', :git => 'https://github.com/GyazSquare/GSLabel.git'

Install the pod:

$ pod install

Source

Check out the source:

$ git clone https://github.com/GyazSquare/GSLabel.git

License

GSLabel is licensed under the MIT License.

See the LICENSE file for more info.