- Native library repository: SDWebImage
Support Net 9.0 for iOS (works with Xcode 15 and iOS 17)
Install-Package com.jonathanantoine.SDWebImage
- https://www.nuget.org/packages/com.jonathanantoine.SDWebImage
- Run on ios and ios simulator (arm64 + x86_64).
- Run the GitHub action to build the project
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 to ApiDefinition.cs are welcome, just send PRs.
This is initially a fork from https://github.com/trinnguyen/SDWebImage-Xamarin
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