From 2c3f76e55665bd40da9fd19a4d5e3d7cb98f19f7 Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Wed, 2 Dec 2015 23:32:02 +0100 Subject: [PATCH] Add link to docs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad0c55a..7a46bef 100644 --- a/README.md +++ b/README.md @@ -33,17 +33,18 @@ it using `imageView.startAnimatingGIF()`. The `isAnimatingGIF()` method returns the current animation state of the view if it has an animatable image. +See the [full documentation](http://kaishin.github.io/gifu/). + #### Demo App Clone or download the repository and open `Gifu.xcworkspace` to check out the demo app. #### Compatibility -- iOS 7+ +- iOS 8+ #### Roadmap -- Documentation. - Add ability to set the frame-rate #### Contributors