Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexito4/ampactivityindicator

Customizable UIActivityIndicatorView
https://github.com/alexito4/ampactivityindicator

Last synced: 4 days ago
JSON representation

Customizable UIActivityIndicatorView

Awesome Lists containing this project

README

        

# AMPActivityIndicator

[![CI Status](http://img.shields.io/travis/alexito4/AMPActivityIndicator.svg?style=flat)](https://travis-ci.org/Alejandro Martinez/AMPActivityIndicator)
[![Version](https://img.shields.io/cocoapods/v/AMPActivityIndicator.svg?style=flat)](http://cocoadocs.org/docsets/AMPActivityIndicator)
[![License](https://img.shields.io/cocoapods/l/AMPActivityIndicator.svg?style=flat)](http://cocoadocs.org/docsets/AMPActivityIndicator)
[![Platform](https://img.shields.io/cocoapods/p/AMPActivityIndicator.svg?style=flat)](http://cocoadocs.org/docsets/AMPActivityIndicator)

**AMPActivityIndicator is a custom UIView subclass that mimics the UIActivityIndicatorView behaviour.**

![](https://raw.githubusercontent.com/alexito4/AMPActivityIndicator/master/example1.png)
![](https://raw.githubusercontent.com/alexito4/AMPActivityIndicator/master/example2.png)
![](https://raw.githubusercontent.com/alexito4/AMPActivityIndicator/master/example3.png)

## Usage

To run the example project, clone the repo, and run `pod install` from the Example directory first.

You can customize:

- The color
- The width of each bar
- The height of each bar
- The aperture (distanfe from the center)

AMPActivityIndicator in movement:

[![AMPActivityIndicator example video](http://img.youtube.com/vi/rZvO06-DK9E/0.jpg)](http://www.youtube.com/watch?v=rZvO06-DK9E)

## Requirements

UIKit and QuartzCore

## Installation

AMPActivityIndicator is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

pod "AMPActivityIndicator"

## Author

Alejandro Martinez, [email protected]

## License

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