From 1cd8f61471d04925b98c23834ae016babe5b0709 Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Wed, 10 Sep 2014 21:36:06 +0200 Subject: [PATCH] Update README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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.