evgenyneu / Auk

An image slideshow for iOS written in Swift.
MIT License
277 stars 44 forks source link

Support GIF ? #65

Closed shanmarkus closed 7 years ago

shanmarkus commented 7 years ago

Is it possible to embed gif to AUK ?

evgenyneu commented 7 years ago

Hi @shanmarkus, yes, Auk supports gif images. Animation in the animated gifs will not work, it will only show the first frame.

shanmarkus commented 7 years ago

Hi @evgenyneu thank you for replying, is it possible to make it animated ?

Cheers

evgenyneu commented 7 years ago

Good question. Auk uses standard UIImageView to show images, and, as far as I know, it does not support animation in gifs. It would probably be hard to implement it, unless someone shows me an easy way. :)

shanmarkus commented 7 years ago

Yep. No worries then, thank you so much for your reply. 😃