https://github.com/alexito4/ampactivityindicator
Customizable UIActivityIndicatorView
https://github.com/alexito4/ampactivityindicator
Last synced: 2 months ago
JSON representation
Customizable UIActivityIndicatorView
- Host: GitHub
- URL: https://github.com/alexito4/ampactivityindicator
- Owner: alexito4
- License: mit
- Created: 2014-08-24T11:43:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T10:45:11.000Z (over 8 years ago)
- Last Synced: 2025-04-13T19:03:18.458Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 97.7 KB
- Stars: 66
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AMPActivityIndicator
[](https://travis-ci.org/Alejandro Martinez/AMPActivityIndicator)
[](http://cocoadocs.org/docsets/AMPActivityIndicator)
[](http://cocoadocs.org/docsets/AMPActivityIndicator)
[](http://cocoadocs.org/docsets/AMPActivityIndicator)**AMPActivityIndicator is a custom UIView subclass that mimics the UIActivityIndicatorView behaviour.**


## 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:
[](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.