QRReader
public class QRReader
QR reader for taking Image buffer of the QR code and Checking if its a valid QR or not throw ZxingCpp lib*
-
Declaration
Swift
let reader: ZXIBarcodeReader
-
Declaration
Swift
func read(imageBuffer: CVImageBuffer) throws -> Data?
-
Declaration
Swift
func generateQRCode(from data: Data) -> UIImage?