I\'d like to use iOS 7\'s new barcode scanning functionality with a UIImage instead of live capture from one of the device\'s camera. I already have the detecti
UIImage
life is easy. You can use CIDetector instead. Convert an image into CIImage to be decoded by CIDetector.