Ffimageloading: Any documentation for gif usage?

Created on 9 Aug 2017  路  10Comments  路  Source: luberda-molinet/FFImageLoading

I was looking in the Internet for examples, but didn't find one.

How to use gif in Xamarin iOS?

Most helpful comment

+1

All 10 comments

+1

up

What do you want to know? Currently, GIF support is super easy, you don't need to worry about anything as it works out of the box. Only Android/iOS are now supported. You can disable GIF support with custom configuration (after that GIFS will be just static).

E.g., how do you load gif into UIImageView?

yes, simple short example

E.g., how do you load gif into UIImageView?

Just the same as any other image:

C# ImageService.LoadUrl("http://domain.com/image.gif") .Into(_imageView);

You just don't need to worry about anything, gifs are handled automatically. You can also disable gif support with a custom configuration (AnimateGifs=false)

Thanks

Dear @daniel-luberda,
I got an animated gif image which is non looping (works in my browser) but when I use it with FFImageLoading the looping is infinite. Is there any way to make it non looping / animate the gif only once?

Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vlkam picture vlkam  路  21Comments

softsan picture softsan  路  32Comments

LeoJHarris picture LeoJHarris  路  22Comments

ericruelas picture ericruelas  路  15Comments

JTOne123 picture JTOne123  路  22Comments