InsetLabel
InsetLabel 是一个支持内容边距的 UILabel 子类,用 Swift 编写。
要求
- 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文件以获取详细信息。