VGSImageView

public final class VGSImageView : UIView, VGSImageViewProtocol

An object that displays revealed image data.

Public properties

  • Image content mode, default is .scaleToFill.

    Declaration

    Swift

    public var imageContentMode: UIView.ContentMode { get set }
  • A Boolean value determines whether the view has image.

    Declaration

    Swift

    public var hasImage: Bool { get }
  • Remove previously reveled image

    Declaration

    Swift

    public func clear()

VGSViewProtocol implementation

  • Name that will be associated with VGSImageView and used as a decoding contentPath on request response with revealed data from your organization vault.

    Declaration

    Swift

    public var contentPath: String! { get set }

VGSImageViewProtocol implementation