Mac Cocoa |
Author |
Message |
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Wed Mar 26, 2014 2:27 pm Post subject: |
|
|
RenaudPradenc - Reading Barcodes on iOS 7
"iOS 7 introduced APIs to read bar codes using the camera. I could have
easily overlooked it without this excellent post from doubleencore. NSHipster
provided sample code, but it missed some details to work. Here is a sample
which does." |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Tue Jun 24, 2014 11:48 am Post subject: |
|
|
github.com - mikebuss/MTBBarcodeScanner
"A lightweight, easy-to-use barcode scanning library for iOS 7.
With this library you can:
Supply a custom UIView for displaying camera input
Read any number of barcodes before stopping
Read multiple codes on the screen at the same time (2D barcodes only)
Easily receive codes with a block, including the string value and position in the preview" |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Wed Feb 01, 2017 5:20 pm Post subject: |
|
|
github.com - yeahdongcn/RSBarcodes
"RSBarcodes allows you to scan 1D and 2D barcodes using metadata scan-
ning capabilities introduced with iOS7 and generate the same set of barcode
images for displaying and sharing. PR from MacMannes has been merged
to make a part of code generators working on iOS5.1 above." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Thu Dec 14, 2017 1:24 pm Post subject: |
|
|
github - TheLevelUp/ZXingObjC
"ZXingObjC is a full Objective-C port of ZXing ("Zebra Crossing"), a Java
barcode image processing library. It is designed to be used on both iOS
devices and in Mac applications.
The following barcodes are currently supported for both encoding and decoding:
UPC-A and UPC-E
EAN-8 and EAN-13
Code 39
Code 93 (not implemented yet)
Code 128
ITF
Codabar
RSS-14 (all variants)
QR Code
Data Matrix
Aztec ('beta' quality)
PDF 417 ('alpha' quality)" |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Thu Jan 10, 2019 4:23 pm Post subject: |
|
|
so - Using CIDetector to scan bar Codes (1 and 2 dimentional)
"Use ZXing library.
ZXingObjC is a full Objective-C port of ZXing ("Zebra Crossing"), a Java
barcode image processing library. It is designed to be used on both iOS
devices and in Mac applications." |
|
Back to top |
|
|
|