/QRCode

Use iOS native API for QR code scanning and generation

Primary LanguageSwift

QRCode

scanning

let vc = QRScan { (result) in
            debugPrint(result)
            }
        vc.show()

generation

imageView.image = QRCodeGenerator.QRCode("Hello World!")