Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.43 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.43 KB

KSActivityIndicatorView

Version License Platform

ScreenShot Landscape

## Usage

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];

Requirements

Installation

KSActivityIndicatorView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "KSActivityIndicatorView"

Author

mike,

License

KSActivityIndicatorView is available under the MIT license. See the LICENSE file for more info.