tidev / ti.barcode

QR and Barcode Scanner
Other
66 stars 90 forks source link

1D is impossible since OneDMode is set to NO #20

Closed MichelBahl closed 6 years ago

MichelBahl commented 9 years ago

The project description "QR and Barcode Scanner " is missleading.

It's not possible to scan 1d Barcodes with this module, because "OneDMode" ist set to NO. Only minor changes are required to enable 1d Barcode scanning.

TiBarcodeModule.mm->line 233 change OneDMode:NO to OneDMode: YES ZXingWidgetController.m->line 498 if (oneDMode) to if (NO)

hansemannn commented 6 years ago

Cleaning up as part of #52. We will look into supporting this!