测试已测试 | ✗ |
语言语言 | SwiftSwift |
许可协议 | MIT |
发布最新发布 | 2016年10月 |
SPM支持 SPM | ✗ |
由 Alex Littleohn 维护。
由 Swift 编写的脉冲式进度条视图
// Create your spinner
let spinner = ALThreeCircleSpinner(frame: CGRectMake(0,0,44,44))
addSubview(spinner)
// And thats it, the spinner will start automagically
在启动后停止进度条
spinner.stopAnimating()
重新启动
spinner.startAnimating()
您可以使用 color
属性控制进度条的颜色,并且可以使用 hidesWhenStopped
属性设置动画停止时保持可见
此进度条基于 SpinKit 项目的作品
ALThreeCircleSpinner 可在 MIT 许可协议下使用。有关更多信息,请参阅 LICENSE 文件。