Redth / ZXing.Net.Maui

Barcode Scanning for MAUI?
MIT License
460 stars 151 forks source link

UIGraphics.BeginImageContext is deprecated on iOS 17 #189

Closed Cheesebaron closed 3 weeks ago

Cheesebaron commented 3 months ago

The BitmapRenderer code uses UIGraphics.BeginImageContext which has been deprecated on iOS 17. The new UIGraphicsImageRenderer should be used instead.

However, the API from UIGraphicsImageRenderer is "async" using callbacks.