Skip to content

v4.1.0

Compare
Choose a tag to compare
@dCubelic dCubelic released this 10 Jun 08:57
· 17 commits to master since this release
3a8ab33
  • Updates and additions

    • updated overlay view controllers with new icons for close and torch buttons
    • switched to using HTTPS in podspec for Cocoapods
    • enabled capturing high resolution camera frames:
      When custom UI integration is performed, use - (void)captureHighResImage:(MBCaptureHighResImage)highResoulutionImageCaptured on MBRecognizerRunnerViewController
      When using provided scan overlay view controllers, high resolution full camera frames taken at the moment of successful scan are returned if this option is enabled through MBOverlaySettings.
    • Added support for checking if scanning is unsupported for camera type on MBRecognizerRunnerViewController
    • Added reconfigureRecognizers method to MBBaseOverlayViewController, enabling it on all it's subclasses
  • Minor API changes

    • renamed MicroBlink.framework to Microblink.framework
    • renamed MicroBlink.bundle to Microblink.bundle
    • isScanningUnsupportedForCameraType: is now class method of MBMicroblinkSDK