yannickl / QRCodeReader.swift

Simple QRCode reader in Swift
MIT License
1.33k stars 330 forks source link

metadataObjectTypes #7

Open gambaldia opened 9 years ago

gambaldia commented 9 years ago

Thank you for adding metadataObjectTypes selection.

I would be happy if you add "All types" option for that. As you know, 1D barcodes are very much mixed up. code39, code128, ...... Beginners appreciate capable apps, experts appreciate efficient apps, but they know how to save memory.

QRCodeReader.swift

Line:201 for current in metadataObjects {

Please consider. Thank you. Hiro

yannickl commented 9 years ago

This is a good idea, I'll add this option for a next release. :+1:

alokrajiv commented 7 years ago

Hi,

iOS Beginner here. So, my question might not be the best.

Is there a function available in QRCodeReader where I can get all allowable metadataObjectTypes?