Sunday, December 15, 2024
HomeiOS Developmentios - Codabar in AVFoundation

ios – Codabar in AVFoundation


Now we have an current barcode scanner app, however a buyer needs the flexibility to scan codabar barcodes.

I learn AVFoundation now helps codabar however once I add it to the barcode varieties it doesn’t work.

personal let barcodeTypes = [
    AVMetadataObject.ObjectType.code39,
    AVMetadataObject.codabar,
    AVMetadataObject.code128,
    AVMetadataObject.qr
]

Do I must do the rest? I made positive I’ve the most recent model of xcode. That is an exsisting app that runs off of AVFoundation and the opposite barcode varieties work.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments