delegate
The scanner device delegate
Declaration
@IBOutlet unowned(unsafe) var delegate: (any IKScannerDeviceViewDelegate)! { get set }Discussion
The delegate is sent notifications of errors as well as the completed scan content.
The delegate must conform to the IKScannerDeviceViewDelegate protocol.