Fix indent in the README
This commit is contained in:
parent
82e1cc3ce0
commit
da998e325d
|
@ -39,7 +39,7 @@ imageView.setAnimatableImage(data: NSData(...))
|
||||||
You can start/stop the animation using `UIImageView`'s `startAnimating()` and
|
You can start/stop the animation using `UIImageView`'s `startAnimating()` and
|
||||||
`stopAnimating()`.
|
`stopAnimating()`.
|
||||||
|
|
||||||
You can find a demo in this [branch](https://github.com/kaishin/gifu/tree/demo) (requires Xcode 6).
|
You can find a demo app in this [branch](https://github.com/kaishin/gifu/tree/demo) (requires Xcode 6).
|
||||||
|
|
||||||
<img src="https://raw.githubusercontent.com/kaishin/gifu/demo/demo.gif" width="300" />
|
<img src="https://raw.githubusercontent.com/kaishin/gifu/demo/demo.gif" width="300" />
|
||||||
|
|
||||||
|
@ -66,6 +66,7 @@ Needless to say, you are welcome to contribute.
|
||||||
- Kudos to my colleague [Tony DiPasquale](https://github.com/tonyd256) for helping out with the factory methods.
|
- Kudos to my colleague [Tony DiPasquale](https://github.com/tonyd256) for helping out with the factory methods.
|
||||||
|
|
||||||
- The characters used in the icon and example image in the demo are from [Samurai Champloo](https://en.wikipedia.org/wiki/Samurai_Champloo).
|
- The characters used in the icon and example image in the demo are from [Samurai Champloo](https://en.wikipedia.org/wiki/Samurai_Champloo).
|
||||||
|
|
||||||
#### License
|
#### License
|
||||||
|
|
||||||
See LICENSE.
|
See LICENSE.
|
||||||
|
|
Loading…
Reference in New Issue