Update README with compatibility info

This commit is contained in:
Reda Lemeden 2014-09-08 00:48:47 +02:00
parent c546d2d0c5
commit 06a4b44d1a
1 changed files with 8 additions and 1 deletions

View File

@ -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