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
|
||||
`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
|
||||
|
||||
- iOS 7+
|
||||
|
||||
#### To-do
|
||||
#### Roadmap
|
||||
|
||||
The usual suspects:
|
||||
|
||||
- Add documentation.
|
||||
- Write some basic tests.
|
||||
|
||||
Nice-to-haves:
|
||||
|
||||
- Use Reactive Cocoa instead of (sloppy) delegation.
|
||||
- Remove side effects from the private functions.
|
||||
Needless to say, you are welcome to contribute.
|
||||
|
||||
#### 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.
|
||||
|
||||
- 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
|
||||
|
||||
See LICENSE.
|
||||
|
|
Loading…
Reference in New Issue