FXPaddingLabel

master

feixue299/FXPaddingLabel

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")
    ],
    // ...
)

Description

  • Swift Tools 5.2.0
View More Packages from this Author

Dependencies

  • None
Last updated: Tue Mar 12 2024 15:17:13 GMT-0900 (Hawaii-Aleutian Daylight Time)