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