测试已测试 | ✗ |
语言语言 | SwiftSwift |
许可证 | MIT |
发布最后发布 | 2017 年 11 月 |
SwiftSwift 版本 | 4.0 |
SPM支持 SPM | ✗ |
由 Daniel Barros 维护。
依赖关系 | |
ExtendedFoundation | >= 0 |
ExtendedCoreGraphics | >= 0 |
为 UIKit 框架提供协议和扩展。
包括 ExtendedFoundation 和 ExtendedCoreGraphics 框架(如果使用 CocoaPods,则通过依赖项,否则您必须自行包含它们)。
使用以下命令安装 CocoaPods
$ gem install cocoapods
转到您的项目目录,并创建一个 Podfile
$ pod init
将以下行添加到您的 Podfile
use_frameworks!
target '<Your Target Name>' do
pod 'ExtendedUIKit'
end
最后,运行以下命令
$ pod install
将整个项目拖入您的工作区,构建它,并将框架添加到项目的嵌入式二进制中。