ABSteppedProgressBar
ABSteppedProgressBar 是用 Swift 编写的 iOS 动画和可定制的步进进度条。
示例
首先需要导入框架。请参阅安装说明,了解如何将框架添加到项目中。
运行示例项目,看看效果!
要求
ABSteppedProgressBar 需要至少 iOS 9 或更高版本。
安装
CocoaPods
CocoaPods
目前,CocoaPods 对 Swift 框架的支持还处于预发布阶段。
要在您的项目中使用 ABSteppedProgressBar,请将以下 'Podfile' 添加到您的项目
source 'https://github.com/CocoaPods/Specs.git'
pod 'ABSteppedProgressBar'
运行
pod install
然后,导入模块
import ABSteppedProgressBar
Swift 包管理器
Swift 包管理器是一个自动化分发 Swift 代码的工具,并集成到 swift
编译器中。
一旦您已经设置了 Swift 包,添加 Device 作为依赖项就像将其添加到 Package.swift
的 dependencies
值一样简单。
dependencies: [
.package(url: "https://github.com/antoninbiret/ABSteppedProgressBar.git", from: "0.2.3")
]
许可
ABSteppedProgressBar 使用 MIT 许可证授权。
联系方式
Antonin Biret
维护
Pran Kishore
即将推出
- Carthage 支持