diff --git a/README.md b/README.md index 4c2c2d2..a268a47 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -Adds performant animated GIF support to UIKit, without subclassing `UIImagevIew`. For the Japanese prefecture, click [here](https://goo.gl/maps/CCeAc). +Adds performant animated GIF support to UIKit, without subclassing `UIImagevIew`. For the Japanese prefecture, click [here](https://goo.gl/maps/CCeAc). Checkout the __[demo](#demo-app)__. #### Why? @@ -40,6 +40,8 @@ it using `startAnimating()`. The `isAnimating()` method returns the current animation state of the view. +#### Demo App + For an example, check out the demo app [here](https://github.com/kaishin/gifu/tree/demo) (requires Xcode 6).