JumioScanOverlayView


@interface JumioScanOverlayView : UIView <JumioAppearance>

UIView that implements JumioAppearance protocol that is used to tint our scan overlays. Please check out our Surface Tool https://jumio.github.io/surface-ios/ to see what customization options are supported.

  • Set the UIColor that should be used for all standard scan overlays

    Declaration

    Objective-C

    @property (nonatomic, strong, readwrite) UIColor *colorOverlayStandard;
  • Set the UIColor that should be used when highlighting a valid scan

    Declaration

    Objective-C

    @property (nonatomic, strong, readwrite) UIColor *colorOverlayValid;
  • Set the UIColor that should be used when highlighting a invalid scan

    Declaration

    Objective-C

    @property (nonatomic, strong, readwrite) UIColor *colorOverlayInvalid;
  • Set the UIColor that should be used as fill for the MRZ scan overlays

    Declaration

    Objective-C

    @property (nonatomic, strong, readwrite) UIColor *colorOverlayFill;
  • Set the UIColor for the background of the scan view

    Declaration

    Objective-C

    @property (nonatomic, strong, readwrite) UIColor *scanBackgroundColor;