Classes
The following classes are available globally.
-
An object you use for revealing and displaying data in corresponding subscribed VGS Show SDK views.
See moreDeclaration
Swift
public final class VGSShow
-
An error produced by
See moreVGSShowSDK
. Works similar to defaultNSError
in iOS.Declaration
Swift
public class VGSShowError : NSError
-
An object that displays revealed image data.
See moreDeclaration
Swift
public final class VGSImageView : UIView, VGSImageViewProtocol
-
A view that displays revealed text data.
See moreDeclaration
Swift
public final class VGSLabel : UIView, VGSLabelProtocol
-
An object that displays revealed pdf data.
See moreDeclaration
Swift
@available(iOS 11.0, *) public final class VGSPDFView : UIView, VGSShowPdfViewProtocol
-
See moreVGSLogger
encapsulates logging logic and debugging options for VGSShowSDK. Use.configuration
property to setup these options.VGSLogger
logging implies only printing logs to Xcode console. It doesn’t save logs to persistent store/local file, also it doesn’t send debugging logs to backend services. IMPORTANT You should NOT use logging in your production configuration for live apps.Declaration
Swift
public final class VGSLogger