diff --git a/README.md b/README.md index acd5b19..bd2ffda 100644 --- a/README.md +++ b/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). + + #### 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.