ALThreeCircleSpinner 1.0.4

ALThreeCircleSpinner 1.0.4

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2016
SPMSupports SPM

Maintained by Alex Littleohn.



  • By
  • Alex Littlejohn

ALThreeCircleSpinner

A pulsing spinner view written in swift

oc03hg

Usage

// Create your spinner

let spinner = ALThreeCircleSpinner(frame: CGRectMake(0,0,44,44))

addSubview(spinner)

// And thats it, the spinner will start automagically

To stop the spinner after its started

spinner.stopAnimating()

To start it again

spinner.startAnimating()

You can control the color of the spinner using the color property and you can set it to stay visible when animation is stopped using the hidesWhenStopped property

Attribution

This spinner is based on the work in the SpinKit project

License

ALThreeCircleSpinner is available under the MIT license. See the LICENSE file for more info.