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