CircularSpinner icon indicating copy to clipboard operation
CircularSpinner copied to clipboard

A Beautiful fullscreen Circular Spinner, very useful for determinate and indeterminate task. You can use it as activity indicator during loading.

Results 12 CircularSpinner issues
Sort by recently updated
recently updated
newest added

I needed to change the background color so I added a method to change the background color and the color of the Label CircularSpinner.setBackgroundColor(UIColor.black) CircularSpinner.setLabelColor(UIColor.green) ``` open class func setLabelColor(_...

Hello @taglia3 and thank you for the library. Is there any way I can change the animations? I basically want the final part of the animation, when the circle reaches...

enhancement