8000 GitHub - alianisa/ALThreeCircleSpinner: A pulsing spinner view written in swift
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alianisa/ALThreeCircleSpinner

 
 

Repository files navigation

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

Languages

  • Swift 92.3%
  • Ruby 7.7%
0