FUIBarcodeScanView

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
    public internal(set) weak var scanGuidesImageView: UIImageView! { get }