Barcode Pick View Settings

Defined in framework ScanditBarcodeCapture

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.

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.

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.