diff --git a/README.md b/README.md index fd121ff..35e486f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,14 @@ imageView.setAnimatableImage(named: "computer-kid.gif") imageView.setAnimatableImage(data: NSData(...)) ``` -You can find a demo app [here](https://github.com/kaishin/gifu-demo). +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). + +#### Compatibility + +- iOS 7+ #### To-do