Closed dinaramalho closed 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
You can print out self.output.metadataObjectTypes in RSCodeReaderViewController.swift to see all available types.
self.output.metadataObjectTypes
RSCodeReaderViewController.swift
I had researched and found the solution. But thanks anyway.
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