Barcode Spatial Grid Editor View
Defined in framework ScanditBarcodeCapture
- BarcodeSpatialGridEditorView
open class BarcodeSpatialGridEditorView : UIView
Added in version 7.1.0
BarcodeSpatialGridEditorView is best used in portrait.
- init
convenience init(frame: CGRect, grid: BarcodeSpatialGrid, settings: BarcodeSpatialGridEditorViewSettings) throws
Added in version 7.1.0
Initializes a BarcodeSpatialGridEditorView. Pass the BarcodeSpatialGrid to be edited and the BarcodeSpatialGridEditorViewSettings to customize the interface.
Only accepts grids of 4 rows by 2 columns. Other grid dimensions will throw an error.
- delegate
open weak var delegate: BarcodeSpatialGridEditorViewDelegate? { get, set }
Added in version 7.1.0
Set this listener to handle events from the BarcodeSpatialGridEditorView. For example the signal from the user that the editing is finished or cancelled.