yeahdongcn / RSBarcodes_Swift

1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift.
MIT License
710 stars 185 forks source link

Find Type #21

Closed dinaramalho closed 9 years ago

dinaramalho commented 9 years ago

I would like to create an application which receives various types of bar codes. How can I detect the type of code you are reading?

Thanks for the help

yeahdongcn commented 9 years ago

You can print out self.output.metadataObjectTypes in RSCodeReaderViewController.swift to see all available types.

dinaramalho commented 9 years ago

I had researched and found the solution. But thanks anyway.