Skip to content

v7.1.0

Compare
Choose a tag to compare
@juraskrlec juraskrlec released this 06 Aug 15:38
· 26 commits to master since this release
480d8b0
  • Bug fixes

    • fixed crash when changing recognizers on the fly
  • Minor API changes

    • removed uiSettings property from MBBarcodeOverlaySettings and it no longer has recognizerCollection property
    • MBBarcodeOverlayViewController has new init which has (MBRecognizerCollection *)recognizerCollection as parameter and andDelegate parameter has been renamed to delegate
    • 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 to barcodeOverlayViewControllerDidFinishScanning and barcodeOverlayViewControllerDidTapClose