# yannickl/QRCodeReader.swift

Simple QRCode reader in Swift

Repository: https://github.com/yannickl/QRCodeReader.swift
Canonical: https://ross.abutalabs.com/products/qrcodereaderswift
Language: Swift
License: MIT
License Family: permissive
Topics: qrcode-reader, qrcode, qrcode-scanner, ios
Last push: 2024-04-02T15:28:09+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4356, "days_push": 883, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1337, forks 323 (observed 2026-08-28T04:04:25.669367+00:00)

## What it is
QRCodeReader.swift is a Swift library for iOS that provides a simple QR code and machine-readable code scanner built on Apple's AVFoundation framework. It includes a ready-made view controller with camera view, scan area overlay, and camera switching controls.

## Use cases
- scan QR codes in an iOS app
- read barcodes using the device camera
- build a QR scanner view controller with overlay
- switch between front and back cameras while scanning
- replace ZXing or ZBar with a native Swift scanner

## When to choose
- you need a lightweight native Swift QR/barcode scanner on iOS 8+
- you want a prebuilt scanner view controller with customizable overlay and buttons
- you prefer AVFoundation-based scanning over third-party native ports

## When to avoid
- you need QR code generation, not scanning
- your app targets platforms other than iOS
- you need scanning features beyond AVFoundation's supported metadata types

## Facets
- artifact type: library
- maturity: maintenance
- function: computer-vision, ui-components
- domain: mobile-development, computer-vision
- platform: -
- tags: qrcode, barcode-scanner, avfoundation, camera, swift, ios, mobile

## Member repositories
- yannickl/QRCodeReader.swift (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:25.669367+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:44:05.562053+00:00, confidence not recorded.
  - readme: https://github.com/yannickl/QRCodeReader.swift (fetched 2026-08-28T04:04:25.669367+00:00, sha de0c914ef94a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
