SwiftUI Components
VGSLabelRepresentable
Declaration
struct VGSLabelRepresentable: UIViewRepresentableCreating VGSLabelRepresentable
/// Initialization
///
/// - Parameters:
/// - vgsShow: `VGSShow` instance that will manage label states.
/// - contentPath: `String` path in reveal request response with revealed data that should be displayed in VGSLabelRepresentable .
public init(vgsShow: VGSShow, contentPath: String)Instance Methods
VGSLabelRepresentable Text modifiers
VGSLabelRepresentable View and Layout modifiers
VGSLabelRepresentable Accessibility modifiers
VGSLabelRepresentable Event modifiers
Code example
VGSPDFViewRepresentable
Declaration
Creating VGSPDFViewRepresentable
Instance Methods
VGSPDFViewRepresentable UI modifiers
VGSPDFViewRepresentable Event modifiers
Code example
Reveal PDF with VGSShowSDK
VGSImageViewRepresentable
Declaration
Creating VGSImageViewRepresentable
Instance Methods
VGSImageViewRepresentable UI modifiers
VGSImageViewRepresentable Event modifiers
Code example
Reveal image with VGSShowSDK
Last updated

