Skip to content

jonathanantoine/SDWebImage-dotnet

Repository files navigation

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

About

SDWebImage binding for Net 9 for iOS (aka Xamarin.iOS), support Xcode 15 and iOS 17

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages