https://github.com/vasiliy-l/tutorial-ios-qr-code-reader
A QR Code Scanner App in Swift
https://github.com/vasiliy-l/tutorial-ios-qr-code-reader
avfoundation ios swift tutorial
Last synced: 11 months ago
JSON representation
A QR Code Scanner App in Swift
- Host: GitHub
- URL: https://github.com/vasiliy-l/tutorial-ios-qr-code-reader
- Owner: vasiliy-l
- Created: 2019-01-29T20:58:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T21:09:51.000Z (about 7 years ago)
- Last Synced: 2025-02-06T03:31:05.426Z (about 1 year ago)
- Topics: avfoundation, ios, swift, tutorial
- Language: Swift
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Code Scanner App in Swift
Original tutorial was published on [Medium](https://medium.com/appcoda-tutorials/how-to-build-qr-code-scanner-app-in-swift-b5532406dd6b) and [AppCoda.com](https://www.appcoda.com/intermediate-swift-tips/qrcode-reader.html)
An example how to use [AVFoundation](https://developer.apple.com/av-foundation/) framework to detect and decode QR codes using phome camera.