MBIDocumentCaptureSubview
@interface MBIDocumentCaptureSubview : MBISubview <MBIQuadDetectorSubview>
Overlay subview presenting the status of detection. The subview is presented as rectangle view over document
-
Resets the document capture subview to it’s initial position
Declaration
Objective-C
- (void)resetPositions;
Swift
func resetPositions()
-
Background color of document capture detection view
Declaration
Objective-C
@property (nonatomic, strong) UIColor *_Nonnull backgroundColor;
Swift
var backgroundColor: UIColor { get set }
-
Border color of document capture detection view Default: white
Declaration
Objective-C
@property (nonatomic, strong) UIColor *_Nonnull borderColor;
Swift
var borderColor: UIColor { get set }
-
Opacity of document capture detection view Default: 0.75
Declaration
Objective-C
@property (nonatomic) CGFloat alphaOpacity;
Swift
var alphaOpacity: CGFloat { get set }