Aimer Viewfinder

Defined in framework ScanditDataCaptureCore

SDCAimerViewfinder
@interface SDCAimerViewfinder : NSObject <SDCViewfinder>

Added in version 6.6.0

Aimer viewfinder with an embedded Scandit logo. This is the recommended viewfinder when using SDCRadiusLocationSelection and it is automatically displayed in SDCBarcodeSelection when configured to use SDCBarcodeSelectionAimerSelection.

To use this viewfinder, create a new instance and assign it to the overlay, e.g. the barcode capture overlay via the SDCBarcodeCaptureOverlay.viewfinder property.

+ viewfinder
+ (nonnull instancetype)viewfinder

Added in version 6.6.0

Returns a new aimer viewfinder with default parameters.

frameColor
@property (nonatomic, strong, nonnull) UIColor *frameColor

Added in version 6.6.0

The color of the outer frame.

dotColor
@property (nonatomic, strong, nonnull) UIColor *dotColor

Added in version 6.6.0

The color of the central dot. The alpha value is ignored and remains at 70%.