Tnn.SDWebImage 5.14.3.1

dotnet add package Tnn.SDWebImage --version 5.14.3.1
NuGet\Install-Package Tnn.SDWebImage -Version 5.14.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Tnn.SDWebImage" Version="5.14.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tnn.SDWebImage --version 5.14.3.1
#r "nuget: Tnn.SDWebImage, 5.14.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Tnn.SDWebImage as a Cake Addin
#addin nuget:?package=Tnn.SDWebImage&version=5.14.3.1

// Install Tnn.SDWebImage as a Cake Tool
#tool nuget:?package=Tnn.SDWebImage&version=5.14.3.1

Xamarin.iOS binding for SDWebImage

NuGet version

Support Net 7.0 for iOS (works with Xcode 15 and iOS 17)

Nuget

Build

  • make
  • Output: bin/Release/net7.0-ios/SDWebImage-Xamarin.dll

Usage

// Creeate imageView or loaded from XIB
var imageView = new UIImageView();

// Download or usage cached image by url
imageView.SetImage(NSUrl.FromString(url));

Contribution

Only 2 methods available on Xamarin.iOS to load the image from URL. Contribution to ApiDefinition.cs are welcome, just send PRs.

Product Compatible and additional computed target framework versions.
.NET net7.0-ios16.1 is compatible.  net8.0-ios was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0-ios16.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.14.3.1 133 9/25/2023
5.14.3 103 9/25/2023

SDWebImage binding for Net 7.0 iOS