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