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. DeclarationObjective-C - (void)detectionFinishedWithDisplayablePoints: (MBIDisplayablePointsDetection *)displayablePointsDetection;Swift func detectionFinished(withDisplayablePoints displayablePointsDetection: MBIDisplayablePointsDetection!)
 View on GitHub
            View on GitHub
           MBIPointDetectorSubview Protocol Reference
      MBIPointDetectorSubview Protocol Reference