CircularSpinner
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.
On XCode 11.x without it don't build pod
This project has PRs that are 2 and 3 years old and issues dating back over a year. Will this project be maintained moving forward? Thanks.
It seems like master supports Swift 4 (see recent commits 9 months ago for Swift4), but the version from CocoaPods does not match and is meant for 3. Can you...
Suppose your spinner is animation and you move your app to the background. When your app comes to foreground, the spinner's animation is stopped.
Hi all, How can I stop or end CircularSpinnerTypeIndeterminate in Objective C? Please advice. Thank you.
When trying to build our app in the simulator in Xcode 8.1, this pod throws the following exception: Command /usr/bin/codesign failed with exit code 1 Apparently many devs are having...
- Replace `M_PI_2` with `Double.pi / 2` - Replace `M_PI` with `Double.pi`
Hey guys, Just added a new method to set the duration of the animation when setting the Circular spinner value. Old method is still working as usual. `func setValue(_ value:...
Just run and try to press the "X" button immediately - it works with delay with different duration (according to your luck)
Is there a way to change the background color of the default view without creating another UIView to house CircularSpinner?