From 06a4b44d1addd0ddff2a5890c07a0d1a895fb846 Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Mon, 8 Sep 2014 00:48:47 +0200 Subject: [PATCH] Update README with compatibility info --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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