Aimer Viewfinder

Defined in framework ScanditCaptureCore

AimerViewfinder
open class AimerViewfinder : NSObject, Viewfinder

Added in version 6.6.0

Aimer viewfinder with an embedded Scandit logo. This is the recommended viewfinder when using RadiusLocationSelection and it is automatically displayed in BarcodeSelection when configured to use BarcodeSelectionAimerSelection.

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

init
init()

Added in version 6.6.0

Returns a new aimer viewfinder with default parameters.

frameColor
open var frameColor: UIColor { get, set }

Added in version 6.6.0

The color of the outer frame.

dotColor
open var dotColor: UIColor { get, set }

Added in version 6.6.0

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