MBQuadDetectorSubview
@protocol MBQuadDetectorSubview <NSObject>
Protocol for processing MBDisplayableQuadDetection. Subviews implementing this protocol process and draw quad on the screen (e.g. viewfinder drawing document outlining)
-
This method should be called when MBDisplayableQuadDetection is obtained and quad need to be drawn/redrawn.
Declaration
Objective-C
- (void)detectionFinishedWithDisplayableQuad: (MBDisplayableQuadDetection *)displayableQuadDetection;
Swift
func detectionFinished(withDisplayableQuad displayableQuadDetection: MBDisplayableQuadDetection!)