MBCErrorReticle
Objective-C
@interface MBCErrorReticle : MBCSubview
Swift
class MBCErrorReticle : MBCSubview
A camera reticle detection that locates at the center of screen and uses circular rotation to indicate that the system is active and has detected object.
-
Custom tint color used for tinting reticleImage. Ignored if white.
Declaration
Objective-C
@property (nonatomic, strong) UIColor *_Nonnull errorColor;
Swift
var errorColor: UIColor { get set }
-
Custom reticle image. Shown instead of default circle. Content mode: center. Size: 88 x 88. Default: nil
Declaration
Objective-C
@property (nonatomic, strong) UIImage *_Nonnull errorReticleImage;
Swift
var errorReticleImage: UIImage { get set }