Barcode Pick View Highlight Style Custom View

Note

Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.

Defined in framework ScanditBarcodeCapture

SDCBarcodePickViewHighlightStyleCustomView
@interface SDCBarcodePickViewHighlightStyleCustomView : NSObject <SDCBarcodePickViewHighlightStyle>

Added in version 6.23.0

A style that will allow the user to provide their own views to be displayed on top of barcodes.

fitViewsToBarcode
@property (nonatomic, assign) BOOL fitViewsToBarcode

Added in version 6.23.0

If YES the view size will be adjusted to cover the barcode. Defaults to NO.

JSONString
@property (nonatomic, nonnull, readonly) NSString *JSONString

Added in version 6.23.0

Returns the JSON representation of this SDCBarcodePickViewHighlightStyleCustomView.

delegate
@property (nonatomic, weak, nullable) id<SDCBarcodePickViewHighlightStyleCustomViewDelegate> delegate

Added in version 6.23.0

Sets a delegate that will provide the views to be displayed.

statusIconSettings
@property (nonatomic, strong) SDCBarcodePickStatusIconSettings *statusIconSettings

Added in version 6.25.0

The settings used to customize the status icons.

minimumHighlightWidth
@property (nonatomic, assign) NSInteger minimumHighlightWidth

Added in version 6.25.0

Minimum width for the highlights. Default is 40dp.

minimumHighlightHeight
@property (nonatomic, assign) NSInteger minimumHighlightHeight

Added in version 6.25.0

Minimum height for the highlights. Default is 40dp.