Highlight demo in README
This commit is contained in:
parent
3092dc4795
commit
c6e31356cd
|
@ -1,6 +1,6 @@
|
|||
<img src="https://dl.dropboxusercontent.com/u/148921/assets/logo.svg" width="100" />
|
||||
|
||||
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).
|
||||
|
||||
<img src="https://raw.githubusercontent.com/kaishin/gifu/demo/demo.gif" width="300" />
|
||||
|
|
Loading…
Reference in New Issue