Barcode Pick View Settings
Defined in framework ScanditBarcodeCapture
Note
Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.
- SDCBarcodePickViewSettings
@interface SDCBarcodePickViewSettings : NSObject
Added in version 6.19.0
Settings used to configure SDCBarcodePickView.
- highlightStyle
@property (nonatomic, strong)
id
<SDCBarcodePickViewHighlightStyle> highlightStyleAdded in version 6.19.0
The highlight style used by the view. Default is SDCBarcodePickViewHighlightStyleRectangularWithIcons.
- showLoadingDialog
@property (nonatomic, assign)
BOOL
showLoadingDialogAdded in version 6.19.0
Enables or disables the loading dialog. Default is YES.
- loadingDialogText
@property (nonatomic, strong) NSString *loadingDialogText
Added in version 6.19.0
Configures the text shown by the loading dialog.
- showGuidelines
@property (nonatomic, assign)
BOOL
showGuidelinesAdded in version 6.19.0
Enables or disables the messages shown in the center of the view. Default is YES.
- initialGuidelineText
@property (nonatomic, strong) NSString *initialGuidelineText
Added in version 6.19.0
Configures the text shown when the mode is first launched.
- moveCloserGuidelineText
@property (nonatomic, strong) NSString *moveCloserGuidelineText
Added in version 6.19.0
Configures the text shown when there are no barcodes detected on screen.
- showHints
@property (nonatomic, assign)
BOOL
showHintsAdded in version 6.19.0
Enables or disables the messages shown at the top of the view. Default is YES.
- onFirstItemToPickFoundHintText
@property (nonatomic, strong) NSString *onFirstItemToPickFoundHintText
Added in version 6.19.0
Configures the text shown when the first item to pick is recognized and shown on screen.
- onFirstItemPickCompletedHintText
@property (nonatomic, strong) NSString *onFirstItemPickCompletedHintText
Added in version 6.19.0
Configures the text shown when the first item pick is completed.
- onFirstUnmarkedItemPickCompletedHintText
@property (nonatomic, strong) NSString *onFirstUnmarkedItemPickCompletedHintText
Added in version 6.19.0
Configures the text shown when the first item that was not a target is picked.
- onFirstItemUnpickCompletedHintText
@property (nonatomic, strong) NSString *onFirstItemUnpickCompletedHintText
Added in version 6.19.0
Configures the text shown when the user reverses a pick.
- showFinishButton
@property (nonatomic, assign)
BOOL
showFinishButtonAdded in version 6.20.0
Indicates whether the finish button should be shown to the user. Default is YES.
- showPauseButton
@property (nonatomic, assign)
BOOL
showPauseButtonAdded in version 6.20.0
Indicates whether the pause button should be shown to the user. Default is YES.
- showZoomButton
@property (nonatomic, assign)
BOOL
showZoomButtonAdded in version 6.22.0
Indicates whether the zoom button should be shown to the user. When clicked, it will switch between SDCCameraSettings.zoomFactor and SDCCameraSettings.zoomGestureZoomFactor, which default to 1x and 2x respectively when using SDCBarcodePick.recommendedCameraSettings. Default is NO.
- zoomButtonPosition
@property (nonatomic, assign) SDCAnchor zoomButtonPosition
Added in version 6.25.0
Indicates the position where the zoom button will be shown to the user. If this position is shared with other controls, all of them will be shown in a row. Default is SDCAnchorBottomLeft.
- showTorchButton
@property (nonatomic, assign)
BOOL
showTorchButtonAdded in version 6.25.0
Indicates whether the torch button should be shown to the user. Default is NO.
- torchButtonPosition
@property (nonatomic, assign) SDCAnchor torchButtonPosition
Added in version 6.25.0
Indicates the position where the torch button will be shown to the user. If this position is shared with other controls, all of them will be shown in a row. Default is SDCAnchorTopLeft.
- onStatusIconShownWhilePausedHintText
@property (nonatomic, strong) NSString *onStatusIconShownWhilePausedHintText
Added in version 6.23.0
Configures the text shown when the user freezes the mode while there are status icons in view.
- tapShutterToPauseGuidelineText
@property (nonatomic, strong) NSString *tapShutterToPauseGuidelineText
Added in version 6.24.0
Configures the text shown to suggest the user to pause the scanning to pick items.
- topLayoutAnchor
@property (nonatomic, strong) NSLayoutYAxisAnchor *topLayoutAnchor
Added in version 6.20.0
Can be used to specify the top vertical anchor the SDCBarcodePickView should use to arrange its UI elements. Default value is nil, the anchor will be the top of the view.
- hardwareTriggerEnabled
@property (nonatomic, assign)
BOOL
hardwareTriggerEnabledAdded in version 6.23.0
Sets whether the SDCBarcodePickView should react to clicks of the volume button. Disabled by default.
- filterHighlightSettings
@property (nonatomic, strong, nullable)
id
<SDCBarcodeFilterHighlightSettings> filterHighlightSettingsAdded in version 6.24.0
Use this property to configure the appearance of the barcodes that are filtered. Default is nil, filtered barcodes won’t be visualized.