Images

struct Images

Selfie capture UI customization image overrides.

Instruction Screen

  • Optional Selfie Capture Instruction Screen image override. Default is nil.

    Declaration

    Swift

    public var instructionScreenImage: UIImage?
  • Optional Selfie Capture Instruction Screen back button image override. Default is nil.

    Declaration

    Swift

    public var instructionBackButtonImage: UIImage?

Capture Screen

  • Optional Capture Screen cancel image override. Default is nil.

    Declaration

    Swift

    public var closeButtonImage: UIImage?
  • Optional Capture Screen silhouette image override. Default is nil.

    Declaration

    Swift

    public var silhouetteImage: UIImage?
  • Optional Capture Screen bottom image override. Default is nil.

    Declaration

    Swift

    public var bottomInfoImage: UIImage?

Retry Screen

  • Optional Retry Screen image override. Default is nil.

    Declaration

    Swift

    public var retryScreenImage: UIImage?