Skip to content

A UILabel subclass supporting content insets written in Swift.

License

Notifications You must be signed in to change notification settings

carabina/GSLabel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSLabel

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

Contents Insets Off Contents Insets On

Requirements

  • Xcode 7 or later
  • Base SDK: iOS 9.0 or later
  • Deployment Target: iOS 7.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.

About

A UILabel subclass supporting content insets written in Swift.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 81.8%
  • Ruby 18.2%