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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Xamarin.iOS binding for SDWebImage
- Native library: SDWebImage
Support Net 7.0 for iOS (works with Xcode 15 and iOS 17)
Nuget
Install-Package Tnn.SDWebImage
- https://www.nuget.org/packages/Tnn.SDWebImage
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 | Versions 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.
SDWebImage binding for Net 7.0 iOS