MBGlareDetection
@protocol MBGlareDetection
@required
/**
* Defines if glare detection should be turned on/off.
*
* Default: YES
*/
@property (nonatomic, assign) BOOL detectGlare;
@end
Undocumented
-
Defines if glare detection should be turned on/off.
Default: YES
Declaration
Objective-C
@required @property (assign, readwrite, nonatomic) BOOL detectGlare;
Swift
var detectGlare: Int32 { get set }