Skip to content

feixue299/FXPaddingLabel

Repository files navigation

FXPaddingLabel

Requirements

  • iOS 9.0+

Installation

CocoaPods

For FXPaddingLabel, use the following entry in your Podfile:

pod 'FXPaddingLabel', '~> 0.1.0'

Then run pod install.

Carthage

Make the following entry in your Cartfile:

github "feixue299/FXPaddingLabel" ~> 0.1.1

Then run carthage update.

Create a Package.swift file.

let package = Package(
    dependencies: [
        .package(url: "https://github.com/feixue299/FXPaddingLabel.git", from: "0.1.2")
    ],
    // ...
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published