From c6e31356cd012984c2e0f2da57aab329e6b6c93b Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Tue, 4 Nov 2014 11:28:43 +0100 Subject: [PATCH] Highlight demo in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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).