Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.13 KB

File metadata and controls

40 lines (24 loc) · 1.13 KB

Maui iOS binding for SDWebImage

NuGet version

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

Nuget

Compatibility

  • Run on ios and ios simulator (arm64 + x86_64).

Build

  • Run the GitHub action to build the project

Usage

using SDWebImage;

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

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

Contribution

Contribution to ApiDefinition.cs are welcome, just send PRs.

This is initially a fork from https://github.com/trinnguyen/SDWebImage-Xamarin

History

The Xamarin's team binding project is still available but no more maintenance is done : https://github.com/xamarin/XamarinComponents/blob/main/iOS/SDWebImage/source/SDWebImage/StructsAndEnums.cs