MBBlinkIdOverlayViewController

public class MBBlinkIdOverlayViewController : MBCustomOverlayViewController

MBBlinkIdOverlayViewController contains the UI of BlinkIDUI module. It contains UI components that guide user through scanning process. Main components are:

  • Viewfinder is a simple frame which points the user toward the area where card should be presented, concrete implementation in in MBViewfinderView
  • DocumentSelection storyboard which presents the user with a way to change the type of document they are scanning.
  • Buttons to turn on/off the torch and dismiss the BlinkIDUI view controller.

  • Note

    Most of the UI aspects are customizable either by changing the properties defined through extensions of UIFont and UIColor presented in MBTheme file, or by changing the various properties through MBBlinkSettings sharedInstance.

    • Initializes the viewcontroller defined in MBBlinkIDOverlay.storyboard.

      Declaration

      Swift

      public class func initFromStoryboard() -> MBBlinkIdOverlayViewController