Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yimingtang committed Feb 15, 2014
1 parent d7f6bb2 commit 3560359
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,28 @@

A simple activity indicator view. It uses Core Animation to handle all the animation related stuffs.

TYMActivityIndicatorView is tested on iOS 7 and requires ARC. Released under the MIT license.
TYMActivityIndicatorView is tested on iOS 7 and requires ARC.

![Screenshot](https://raw2.github.com/krafttuc/TYMActivityIndicatorView/master/Screenshot.png)


## Features

* Rather simple APIs which are muck like those in `UIActivityIndicatorView`.
* You're able to customize the appearance with images.
* 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

Simply add the files in the `TYMActivityIndicatorView` directory to your project.


## Example

![Screenshot](https://raw2.github.com/krafttuc/TYMActivityIndicatorView/master/Screenshot.png)
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

Open up the included Xcode project for an example app.
Released under the MIT license.
2 changes: 1 addition & 1 deletion TYMActivityIndicatorView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TYMActivityIndicatorView'
s.version = '0.1.0'
s.version = '0.2.0'
s.summary = 'A simple activity indicator view which you can customize with images.'
s.homepage = 'https://github.com/krafttuc/TYMActivityIndicatorView'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 3560359

Please sign in to comment.