Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexito4/ampactivityindicator
Customizable UIActivityIndicatorView
https://github.com/alexito4/ampactivityindicator
Last synced: 4 days ago
JSON representation
Customizable UIActivityIndicatorView
- Host: GitHub
- URL: https://github.com/alexito4/ampactivityindicator
- Owner: alexito4
- License: mit
- Created: 2014-08-24T11:43:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T10:45:11.000Z (almost 8 years ago)
- Last Synced: 2024-09-15T15:07:44.231Z (about 2 months ago)
- Language: Objective-C
- Homepage:
- Size: 97.7 KB
- Stars: 65
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.