VGSImageView
public final class VGSImageView : UIView, VGSImageViewProtocol
An object that displays revealed image data.
-
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()
-
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 }
-
The object that acts as the delegate of the
VGSImageView
.Declaration
Swift
public weak var delegate: VGSImageViewDelegate?