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> highlightStyle

Added in version 6.19.0

The highlight style used by the view. Default is SDCBarcodePickViewHighlightStyleRectangularWithIcons.

showLoadingDialog
@property (nonatomic, assign) BOOL showLoadingDialog

Added 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 showGuidelines

Added 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 showHints

Added 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 showFinishButton

Added in version 6.20.0

Indicates whether the finish button should be shown to the user. Default is YES.

showPauseButton
@property (nonatomic, assign) BOOL showPauseButton

Added in version 6.20.0

Indicates whether the pause button should be shown to the user. Default is YES.

showZoomButton
@property (nonatomic, assign) BOOL showZoomButton

Added 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.

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 hardwareTriggerEnabled

Added 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> filterHighlightSettings

Added 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.