Info
Version: | 10.3.1 |
Author(s): | Jean-Marie Alfonsi |
Last Update: | Wednesday, November 3, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/roubachof/Xamarin.Forms.Nuke |
NuGet Url: | https://www.nuget.org/packages/Xamarin.Forms.Nuke |
Install
Install-Package Xamarin.Forms.Nuke
dotnet add package Xamarin.Forms.Nuke
paket add Xamarin.Forms.Nuke
Xamarin.Forms.Nuke Download (Unzip the "nupkg" after downloading)
Dependencies
- Xamarin.Forms(>= 2.5.1)
Tags
This repository was inspired by Jonathan Peppers GlideX implementation of the new IImageViewHandler interface for Xamarin.Forms (https://github.com/jonathanpeppers/glidex).
Its goal is to provide the same kind of implementation for iOS with nuke, a native image caching library, 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.
IMPORTANT: On iOS projects, call Xamarin.Forms.Nuke.FormsHandler.Init() after Xamarin.Forms.Forms.Init() and before LoadApplication(new App()).