Skip to content

Instantly share code, notes, and snippets.

@hasanadil
Created March 9, 2015 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hasanadil/e10296ed1bbe89e2a798 to your computer and use it in GitHub Desktop.
Save hasanadil/e10296ed1bbe89e2a798 to your computer and use it in GitHub Desktop.
let allowedBarcodes = [AVMetadataObjectTypeUPCECode,
AVMetadataObjectTypeCode39Code,
AVMetadataObjectTypeCode39Mod43Code,
AVMetadataObjectTypeEAN13Code,
AVMetadataObjectTypeEAN8Code,
AVMetadataObjectTypeCode93Code,
AVMetadataObjectTypeCode128Code,
AVMetadataObjectTypePDF417Code,
AVMetadataObjectTypeQRCode,
AVMetadataObjectTypeAztecCode
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment