Redth / ZXing.Net.Maui

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

Update iOS BarcodeBitmapRenderer to use UIGraphicsImaegeRenderer #190

Closed Cheesebaron closed 3 weeks ago

Cheesebaron commented 3 months ago

iOS 17 deprecated UIGraphics.BeginImageContext in favor of using UIGraphcsImageRenderer.

Fixes #189