Update README
This commit is contained in:
parent
da58ecddc2
commit
1cd8f61471
13
README.md
13
README.md
|
@ -39,23 +39,22 @@ imageView.setAnimatableImage(data: NSData(...))
|
||||||
You can start/stop the animation using `UIImageView`'s `startAnimating()` and
|
You can start/stop the animation using `UIImageView`'s `startAnimating()` and
|
||||||
`stopAnimating()`.
|
`stopAnimating()`.
|
||||||
|
|
||||||
You can find a demo [here](https://github.com/kaishin/gifu-demo) (requires Xcode 6 Beta-7).
|
You can find a demo [here](https://github.com/kaishin/gifu/tree/demo) (requires Xcode 6 Beta-7).
|
||||||
|
|
||||||
|
<img src="https://raw.githubusercontent.com/kaishin/gifu/demo/demo.gif" width="300" />
|
||||||
|
|
||||||
#### Compatibility
|
#### Compatibility
|
||||||
|
|
||||||
- iOS 7+
|
- iOS 7+
|
||||||
|
|
||||||
#### To-do
|
#### Roadmap
|
||||||
|
|
||||||
The usual suspects:
|
The usual suspects:
|
||||||
|
|
||||||
- Add documentation.
|
- Add documentation.
|
||||||
- Write some basic tests.
|
- Write some basic tests.
|
||||||
|
|
||||||
Nice-to-haves:
|
Needless to say, you are welcome to contribute.
|
||||||
|
|
||||||
- Use Reactive Cocoa instead of (sloppy) delegation.
|
|
||||||
- Remove side effects from the private functions.
|
|
||||||
|
|
||||||
#### Credits
|
#### Credits
|
||||||
|
|
||||||
|
@ -66,6 +65,8 @@ Nice-to-haves:
|
||||||
|
|
||||||
- Kudos to my colleague [Tony DiPasquale](https://github.com/tonyd256) for helping out with the factory methods.
|
- Kudos to my colleague [Tony DiPasquale](https://github.com/tonyd256) for helping out with the factory methods.
|
||||||
|
|
||||||
|
- The characters used in the icon and example image in the demo are from [Samurai Champloo](https://en.wikipedia.org/wiki/Samurai_Champloo). The name and characters are property of their respective owners.
|
||||||
|
|
||||||
#### License
|
#### License
|
||||||
|
|
||||||
See LICENSE.
|
See LICENSE.
|
||||||
|
|
Loading…
Reference in New Issue