To run the example project, clone the repo, and run pod install
from the Example directory first.
KSActivityIndicatorView provides an alternative to UIActivityIndicatorView that lets you specify the animation with image sequences.
Initialize with
self.activityIndicator = [[KSActivityIndicatorView alloc] initWithImageArray:images andDuration:1.0f];
// images is an NSArray of UIImages
The animation can be colorized with tintColor property.
self.activityIndicator.tintColor = [UIColor redColor];
KSActivityIndicatorView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "KSActivityIndicatorView"
mike,
KSActivityIndicatorView is available under the MIT license. See the LICENSE file for more info.