Data Capture View Listener
Defined in framework ScanditDataCaptureCore
- SDCDataCaptureViewListener
@protocol SDCDataCaptureViewListener <NSObject>
Added in version 6.0.0
Listener for observing the data capture view. This listener is typically used when you want to react to orientation and size changes, e.g. to adjust view finder and scan area parameters.
- - dataCaptureView:didChangeSize:orientation:
- (
void
)dataCaptureView:(SDCDataCaptureView *)view didChangeSize:(CGSize)size orientation:(UIInterfaceOrientation)orientationAdded in version 6.0.0
Invoked when the data capture view changes size or orientation.