v7.1.0
-
Bug fixes
- fixed crash when changing recognizers on the fly
-
Minor API changes
- removed
uiSettings
property fromMBBarcodeOverlaySettings
and it no longer hasrecognizerCollection
property MBBarcodeOverlayViewController
has newinit
which has(MBRecognizerCollection *)recognizerCollection
as parameter andandDelegate
parameter has been renamed todelegate
MBOverlayViewControllerInterface
has been removed; when creating custom overlay view controller,MBCustomOverlayViewController
has to be inherited- please check our updated Samples
MBBarcodeOverlayViewControllerDelegate
methods has been renamed tobarcodeOverlayViewControllerDidFinishScanning
andbarcodeOverlayViewControllerDidTapClose
- removed