hadanischal / QRCodeReaderRx

Simple QRCode reader in Swift+MVVM+RxSwift. Implemented the library https://github.com/yannickl/QRCodeReader.swift. It is based on the AVFoundation framework from Apple in order to replace ZXing or ZBar for iOS 8.0 and over.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QRCodeReaderRx

QRCodeReaderRx is a simple code reader for iOS in Swift. It is based on the AVFoundation framework from Apple in order to replace ZXing or ZBar for iOS 8.0 and over. It use QRCodeReader.swift as dependency. It can decodes these format types.

It provides a default view controller to display the camera view with the scan area overlay.

Requirements:

  • iOS 11.0+
  • Xcode 10.2.1
  • Swift 5.0

Compatibility

This demo is expected to be run using Swift 5.0 and Xcode 10.2.1

Usage

In iOS10+, we will need first to reasoning about the camera use. For that we'll need to add the Privacy - Camera Usage Description (NSCameraUsageDescription) field in your Info.plist:

privacy - camera usage description

Objective:

This is a simple Demo project which aims to display simple code reader for iOS in Swift using MVVM + rxSwift pattern in Swift.

  • This project was intended to work as a QRCode scan demo projects for iOS using Swift.
  • The demo uses the QRCodeReader.swift as an dependency.

About

Simple QRCode reader in Swift+MVVM+RxSwift. Implemented the library https://github.com/yannickl/QRCodeReader.swift. It is based on the AVFoundation framework from Apple in order to replace ZXing or ZBar for iOS 8.0 and over.


Languages

Language:Swift 93.1%Language:Ruby 2.8%Language:HTML 2.4%Language:Shell 1.6%