MBBaseOverlayViewController


@interface MBBaseOverlayViewController : MBOverlayViewController

Common base class for default overlay view controllers

  • Reconfigures current recognizer collection to new recognizer collection. Use this method to reconfigure what you wish to scan.

    Declaration

    Objective-C

    - (void)reconfigureRecognizers:
        (nonnull MBRecognizerCollection *)recognizerCollection;

    Swift

    func reconfigureRecognizers(_ recognizerCollection: MBRecognizerCollection)