ALThreeCircleSpinner 1.0.4

ALThreeCircleSpinner 1.0.4

测试已测试
语言语言 SwiftSwift
许可协议 MIT
发布最新发布2016年10月
SPM支持 SPM

Alex Littleohn 维护。



  • Alex Littlejohn

ALThreeCircleSpinner

由 Swift 编写的脉冲式进度条视图

oc03hg

使用方法

// 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 文件。