FUIBarcodeScanView

@MainActor
public class FUIBarcodeScanView : UIView

The UIView in the FUIBarcodeScanViewController.

  • The only UI components in the FUIBarcodeScanView is a UIImageView which displays a scan guides image.

    Declaration

    Swift

    @IBOutlet
    @MainActor
    public internal(set) weak var scanGuidesImageView: UIImageView! { get }