测试已测试 | ✗ |
语言语言 | SwiftSwift |
许可证 | MIT |
发布最后发布 | 2017年6月 |
SwiftSwift 版本 | 3.0 |
SPM支持 SPM | ✗ |
由 Alfred Thekkan 维护。
要运行示例项目,请克隆仓库,然后首先从 Example 目录运行 pod install
。
FTProgressView 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile:
pod "FTProgressView"
let progressView = SanuView(frame: CGRect(x: 0, y: 0, width: 300, height: 300))
progressView.progress = 0.7
progressView.animate()
alfredthekkan, [email protected]
FTProgressView 可在 MIT 许可下获得。有关更多信息,请参阅 LICENSE 文件。