Info
Version: | 1.0.0 |
Author(s): | Jean-Marie Alfonsi |
Last Update: | Monday, April 15, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/roubachof/Xamarin.Forms.ImageSourceHandlers |
NuGet Url: | https://www.nuget.org/packages/FFImageLoading.ImageSourceHandler |
Install
Install-Package FFImageLoading.ImageSourceHandler
dotnet add package FFImageLoading.ImageSourceHandler
paket add FFImageLoading.ImageSourceHandler
FFImageLoading.ImageSourceHandler Download (Unzip the "nupkg" after downloading)
Dependencies
- Xamarin.Forms(>= 2.5.1)
- Xamarin.FFImageLoading(>= 2.4.4.859)
Tags
Its goal is to provide the same kind of implementation for iOS, achieving a complete image caching solution for Xamarin.Forms: you don't have to change any line of your existing project, the Xamarin.Forms image source handlers will just be overridden with cache-enabled ones.
On iOS the ImageSourceHandler is implemented with FFImageLoading (https://github.com/luberda-molinet/FFImageLoading).
IMPORTANT: On iOS projects, call FFImageLoading.FormsHandler.Init() after Xamarin.Forms.Forms.Init() and before LoadApplication(new App()).