MBPointDetectorSubview
@protocol MBPointDetectorSubview <NSObject>
Protocol for processing MBDisplayablePointsDetection. Subviews implementing this protocol process and draw points on the screen (e.g. flashing dots)
-
This method should be called when MBDisplayablePointsDetection is obtained and points need to be drawn/redrawn.
Declaration
Objective-C
- (void)detectionFinishedWithDisplayablePoints: (MBDisplayablePointsDetection *)displayablePointsDetection;
Swift
func detectionFinished(withDisplayablePoints displayablePointsDetection: MBDisplayablePointsDetection!)