MBGlareStatusSubview
@interface MBGlareStatusSubview : MBSubview
Overlay subview presenting the status of glare detection. The subview is presented as translucent view with detection status label in the center of ID Card View Finder View
-
Undocumented
Declaration
Objective-C
@property (nonatomic) UILabel *label
Swift
var label: UILabel { get set }
-
Undocumented
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE;
-
Undocumented
Declaration
Objective-C
- (instancetype)initWithCoder:(NSCoder *)aDecoder NS_UNAVAILABLE;
-
Undocumented
Declaration
Objective-C
- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER;
Swift
init(frame: CGRect)
-
Undocumented
Declaration
Objective-C
- (void)glareDetectionFinishedWithResult:(BOOL)glareFound;
Swift
func glareDetectionFinished(withResult glareFound: Bool)