InsetLabel 4.0.2

InsetLabel 4.0.2

测试已测试
语言语言 SwiftSwift
许可证 MIT
发布最后发布2021 年 1 月
SPM支持 SPM

Goichi Hirakawa 维护。



  • GyazSquare

InsetLabel

Build Status

InsetLabel 是一个支持内容边距的 UILabel 子类,用 Swift 编写。

Contents Insets Off Contents Insets On

要求

  • Xcode 12.0 (Swift 5.3) 或更高版本
  • 基本 SDK: iOS 14.0 / tvOS 14.0 或更高版本
  • 部署目标: iOS 7.0 / tvOS 9.0 或更高版本

安装

CocoaPods

将 pod 添加到您的 Podfile

platform :ios, '7.0'
use_frameworks!

# ... snip ...

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

安装 pod

$ pod install

源代码

查看源代码

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

许可

本软件采用MIT许可证。

请参阅LICENSE文件以获取详细信息。