All Projects → szlsay → STQRCodeController

szlsay / STQRCodeController

Licence: MIT license
一个简易的二维码识别控制器

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to STQRCodeController

Jsqrscanner
JavaScript QR Code scanner for HTML5 supporting browsers
Stars: ✭ 212 (+285.45%)
Mutual labels:  qrcode
Qrcodereader
Barcode and QR code reader built in Swift
Stars: ✭ 237 (+330.91%)
Mutual labels:  qrcode
php-qrcode
在线生成二维码
Stars: ✭ 80 (+45.45%)
Mutual labels:  qrcode
Merger
📲 Merge Your Qrcodes Together. Even Quicker.
Stars: ✭ 218 (+296.36%)
Mutual labels:  qrcode
Qrcode
qrcode scanner ( decoder ) by golang 二维码扫描识别
Stars: ✭ 233 (+323.64%)
Mutual labels:  qrcode
DCC-green-pass-decoder
A simple web app to decode EU Digital Covid Certificate/Green Pass QR codes.
Stars: ✭ 42 (-23.64%)
Mutual labels:  qrcode
Qrcoder
A pure C# Open Source QR Code implementation
Stars: ✭ 2,794 (+4980%)
Mutual labels:  qrcode
qrxfer
Transfer files from Air gapped machines using QR codes
Stars: ✭ 88 (+60%)
Mutual labels:  qrcode
Oneqrcode
📱 微信、支付宝、QQ 三合一收款二维码(单文件版)
Stars: ✭ 233 (+323.64%)
Mutual labels:  qrcode
kanban-board-app
Kanban style task management board app
Stars: ✭ 118 (+114.55%)
Mutual labels:  qrcode
Qrcode.vue
A Vue.js component to generate qrcode.
Stars: ✭ 217 (+294.55%)
Mutual labels:  qrcode
Vue
Make Vue greater with RxTS.
Stars: ✭ 228 (+314.55%)
Mutual labels:  qrcode
ZZYQRCode
a scanner for QRCode barCode 最好用的ios二维码、条形码,扫描、生成框架,支持闪光灯,从相册获取,扫描音效等,高仿微信,微博
Stars: ✭ 124 (+125.45%)
Mutual labels:  qrcode
Easyqrcodejs
EasyQRCodeJS is a feature-rich cross-browser pure JavaScript QRCode generation library. Support Canvas, SVG and Table drawing methods. Support Dot style, Logo, Background image, Colorful, Title etc. settings. Support Angular, Vue.js, React, Next.js framework. Support binary(hex) data mode.(Running with DOM on client side)
Stars: ✭ 215 (+290.91%)
Mutual labels:  qrcode
Secure-QR-Reader
Privacy Focused and Secure QR Reader
Stars: ✭ 32 (-41.82%)
Mutual labels:  qrcode
Flutter qrcode reader
Flutter qrcode reader
Stars: ✭ 210 (+281.82%)
Mutual labels:  qrcode
taro-code
Taro Barcode & QRCode
Stars: ✭ 88 (+60%)
Mutual labels:  qrcode
flutter-scankit
Flutter QR code scanning
Stars: ✭ 107 (+94.55%)
Mutual labels:  qrcode
react-native-qrimage-decoder
QR image decoder for React Native
Stars: ✭ 13 (-76.36%)
Mutual labels:  qrcode
qr-pirate
crawl QR-codes from search engines and look for bitcoin private keys
Stars: ✭ 58 (+5.45%)
Mutual labels:  qrcode

STQRCodeController

License MIT Pod version Carthage Compatible Platform info

一个简单使用的二维码识别控制器,代码量不到1000行

使用方法

使用举例:

STQRCodeController *codeVC = [[STQRCodeController alloc]init];
	codeVC.delegate = self;
UINavigationController *navVC = [[UINavigationController alloc]initWithRootViewController:codeVC];
[self presentViewController:navVC animated:YES completion:nil];

添加对iOS10的支持 在info.plist中添加

<key>NSCameraUsageDescription</key>
<string>开启相机</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>开启相册</string>

效果图

版本信息

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].