twostraws / CodeScanner

A SwiftUI view that is able to scan barcodes, QR codes, and more, and send back what was found.
MIT License
1.01k stars 286 forks source link

UIImagePickerController not dismissed #75

Closed george-bh closed 2 years ago

george-bh commented 2 years ago

public func imagePickerControllerDidCancel(_ picker: UIImagePickerController) { isGalleryShowing = false }

This function is missing: dismiss(animated: true, completion: nil)

twostraws commented 2 years ago

This is resolved in 2.2.0.