To run the example project, clone the repo, and run pod install
from the Example directory first.
DTCircularActivityIndicator is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'DTCircularActivityIndicator'
You can easily customize the animation with the following self-descriptive properties:
lineWidth
: This property controls the width of the circular stroke pathstrokeStartDuration
: Duration for stroke start animationstrokeEndDuration
: Duration for stroke end animationspinDuration
: Rotating duration for 2pi
DTCircularActivityIndicator is available under the MIT license. See the LICENSE file for more info.