yeahdongcn / RSBarcodes

1D and 2D barcodes scanner and generators for iOS7 with delightful controls.
MIT License
383 stars 59 forks source link

Fix check for isFocusPointOfInterestSupported to correctly handle iPod Touch 5th Gen #14

Closed Pretz closed 10 years ago

Pretz commented 10 years ago

The 5th Gen iPod Touch supports AVCaptureFocusModeAutoFocus but not isFocusPointOfInterestSupported. It looks like the original check was incorrect: it should not proceed unless the device supports both AVCaptureFocusModeAutoFocus and isFocusPointOfInterestSupported, rather then aborting only if the device supports neither.

yeahdongcn commented 10 years ago

Thanks!

yeahdongcn commented 10 years ago

The same change sync to https://github.com/yeahdongcn/RSBarcodes_Swift