Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

A pulsing spinner view written in swift

License

Notifications You must be signed in to change notification settings

AlexLittlejohn/ALThreeCircleSpinner

Repository files navigation

⚠️ This project is unmaintained

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.

About

A pulsing spinner view written in swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published