MBBResultSubview
@protocol MBBResultSubview <NSObject>
Protocol for processing MBBRecognizerResult. Subviews implementing this protocol process and draw result data on the screen (e.g. letting users know is scanning was successful)
-
This method should be called when MBBRecognizerResultState is obtained and reslt state need to be drawn/redrawn.
Declaration
Objective-C
- (void)scanningFinishedWithState:(MBBRecognizerResultState)state;Swift
func scanningFinished(with state: MBBRecognizerResultState)
View on GitHub
MBBResultSubview Protocol Reference