Creating a QRCode scanner with Swift | Swift Tutorial

qr code scanner with swift ui

Creating a QRCode scanner in iOS in Swift We can build a QRCode scanner in iOS very easily using the AVFoundation library provided to us by Apple. It is a very powerful tool to manipulate the Audio and Video capability of the device.  But today we’ll only be using the MetaDataObject api to detect QRCode … Read more