41 lines
1.6 KiB
Markdown

# TYMActivityIndicatorView
[![CI Status](http://img.shields.io/travis/yimingtang/TYMActivityIndicatorView.svg?style=flat)](https://travis-ci.org/yimingtang/TYMActivityIndicatorView)
[![Version](https://img.shields.io/cocoapods/v/TYMActivityIndicatorView.svg?style=flat)](http://cocoapods.org/pods/TYMActivityIndicatorView)
[![License](https://img.shields.io/cocoapods/l/TYMActivityIndicatorView.svg?style=flat)](http://cocoapods.org/pods/TYMActivityIndicatorView)
[![Platform](https://img.shields.io/cocoapods/p/TYMActivityIndicatorView.svg?style=flat)](http://cocoapods.org/pods/TYMActivityIndicatorView)
A simple activity indicator view. It uses Core Animation to handle all the animation related stuff.
TYMActivityIndicatorView is tested on iOS 6.0+ and requires ARC.
![Screenshot](https://github.com/yimingtang/TYMActivityIndicatorView/blob/master/Screenshot.gif?raw=true)
## Features
* Simple APIs which are much like those in the `UIActivityIndicatorView` class.
* You're able to customize the appearance and behaviors through [appearnce proxy](http://nshipster.com/uiappearance/).
* You may set the progress (rotation angle).
## Installation
### CocoaPods
If you are using [CocoaPods](http://cocoapods.org), then just add `TYMActivityIndicatorView` to you `Podfile`.
### Manually
Simply add the files in the `TYMActivityIndicatorView` directory to your project.
## Example
Open up the included Xcode project for an example app. See [TYMActivityIndicatorView.h](https://github.com/krafttuc/TYMActivityIndicatorView/blob/master/TYMActivityIndicatorView/TYMActivityIndicatorView.h) for full documentation.
## License
Released under the MIT license.