https://github.com/renatosc/qrbarcodescanner-simple
A simple Objective-C code example on how to read QR / barcode without any third-party library.
https://github.com/renatosc/qrbarcodescanner-simple
barcode barcode-scanner objective-c qr-code qrcode scanner xcode
Last synced: 8 months ago
JSON representation
A simple Objective-C code example on how to read QR / barcode without any third-party library.
- Host: GitHub
- URL: https://github.com/renatosc/qrbarcodescanner-simple
- Owner: renatosc
- License: mit
- Created: 2017-05-08T07:20:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T07:22:52.000Z (about 9 years ago)
- Last Synced: 2025-01-29T18:46:43.489Z (over 1 year ago)
- Topics: barcode, barcode-scanner, objective-c, qr-code, qrcode, scanner, xcode
- Language: Objective-C
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QRBarcodeScanner Simple
A very simple Objective-C code example on how to read QR / barcode without any third-party library.
How to use:
Open the project using Xcode and build it to your device. Then just try to read a QR Code or a EAN13 barcode. The decoded text will be printed to the console! (so make sure you have your device connected via cable to your computer and keep a look on the Xcode console).
You will not see any change on your device screen when reading a QR/barcode. This is intentional to make the code shorter and as simple as possible.