MBPBlurredFieldOfViewSubview
Objective-C
@interface MBPBlurredFieldOfViewSubview : MBPSubview
Swift
class MBPBlurredFieldOfViewSubview : MBPSubview
Overlay subview presenting the status of detection. The subview is presented as unblurred view on blurred background, where unblurred location animates to detection location.
-
Duration of the animation
Declaration
Objective-C
@property (nonatomic) CGFloat animationDuration;
Swift
var animationDuration: CGFloat { get set }