Popularity
1.6
Stable
Activity
0.0
Stable
40
5
10

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: UI     Activity Indicator    
Latest version: v1.0.4

ALThreeCircleSpinner alternatives and similar libraries

Based on the "Activity Indicator" category.
Alternatively, view ALThreeCircleSpinner alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ALThreeCircleSpinner or a related project?

Add another 'Activity Indicator' Library

README

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.


*Note that all licence references and agreements mentioned in the ALThreeCircleSpinner README section above are relevant to that project's source code only.