MBCOcrLayoutSubview
Objective-C
@protocol MBCOcrLayoutSubview <NSObject>
Swift
protocol MBCOcrLayoutSubview : NSObjectProtocol
Protocol for processing MBCOcrLayout. Subviews implementing this protocol process and draw layout data on the screen (e.g. dots or OCR characters)
-
This method should be called when MBCOcrLayout is obtained and needs to be drawn/redrawn.
Declaration
Objective-C
- (void)ocrLayoutObtained:(MBCOcrLayout *)ocrLayout withIdentifier:(NSString *)identifier;
Swift
func ocrLayoutObtained(_ ocrLayout: MBCOcrLayout!, withIdentifier identifier: String!)