Barcode Spatial Grid Editor View Settings
Defined in framework ScanditBarcodeCapture
- SDCBarcodeSpatialGridEditorViewSettings
@interface SDCBarcodeSpatialGridEditorViewSettings : NSObject
Added in version 7.1.0
- reorderHintText
@property (nonatomic, strong) NSString *reorderHintText
Added in version 7.1.0
Configures the text of the hint that suggests to the user to drag to reorder totes.
- toteTextFormat
@property (nonatomic, strong) NSString *toteTextFormat
Added in version 7.1.0
Configures the format used to describe the position of the totes. The format used can contain {position}, if present it will be substituted with the tote index. If {position} is not found then the text will be treated as a prefix for the tote index.
- finishMappingButtonText
@property (nonatomic, strong) NSString *finishMappingButtonText
Added in version 7.1.0
Configures the text of the button used to finish the editing.
- cancelMappingButtonText
@property (nonatomic, strong) NSString *cancelMappingButtonText
Added in version 7.1.0
Configures the text of the button used to cancel the editing.