From c93af969670c17a19b084ddec8d4d1d10e78c399 Mon Sep 17 00:00:00 2001
From: Eugene Goloboyar
Date: Fri, 4 Jun 2021 12:09:37 +0300
Subject: [PATCH] Refresh docs
---
docs/Classes.html | 47 +-
docs/Classes/VGSLabel.html | 11 +-
docs/Classes/VGSLabel/CopyTextFormat.html | 11 +-
docs/Classes/VGSLogger.html | 11 +-
docs/Classes/VGSPDFView.html | 468 ++++++++++++++++++
docs/Classes/VGSShow.html | 69 ++-
docs/Classes/VGSShowError.html | 17 +-
docs/Enums.html | 13 +-
docs/Enums/VGSEnvironment.html | 11 +-
docs/Enums/VGSErrorType.html | 75 ++-
docs/Enums/VGSHTTPMethod.html | 11 +-
docs/Enums/VGSLogLevel.html | 11 +-
docs/Enums/VGSShowRequestResult.html | 11 +-
docs/Global Variables.html | 11 +-
docs/Protocols.html | 44 +-
docs/Protocols/VGSLabelDelegate.html | 11 +-
docs/Protocols/VGSPDFViewDelegate.html | 304 ++++++++++++
docs/Protocols/VGSViewProtocol.html | 11 +-
docs/Structs.html | 42 +-
docs/Structs/VGSLoggingConfiguration.html | 11 +-
docs/Structs/VGSPlaceholderLabelStyle.html | 11 +-
docs/Structs/VGSShowRequestOptions.html | 218 ++++++++
docs/Structs/VGSTextRange.html | 11 +-
docs/Typealiases.html | 11 +-
.../Contents/Resources/Documents/Classes.html | 47 +-
.../Resources/Documents/Classes/VGSLabel.html | 11 +-
.../Classes/VGSLabel/CopyTextFormat.html | 11 +-
.../Documents/Classes/VGSLogger.html | 11 +-
.../Documents/Classes/VGSPDFView.html | 468 ++++++++++++++++++
.../Resources/Documents/Classes/VGSShow.html | 69 ++-
.../Documents/Classes/VGSShowError.html | 17 +-
.../Contents/Resources/Documents/Enums.html | 13 +-
.../Documents/Enums/VGSEnvironment.html | 11 +-
.../Documents/Enums/VGSErrorType.html | 75 ++-
.../Documents/Enums/VGSHTTPMethod.html | 11 +-
.../Documents/Enums/VGSLogLevel.html | 11 +-
.../Documents/Enums/VGSShowRequestResult.html | 11 +-
.../Resources/Documents/Global Variables.html | 11 +-
.../Resources/Documents/Protocols.html | 44 +-
.../Documents/Protocols/VGSLabelDelegate.html | 11 +-
.../Protocols/VGSPDFViewDelegate.html | 304 ++++++++++++
.../Documents/Protocols/VGSViewProtocol.html | 11 +-
.../Contents/Resources/Documents/Structs.html | 42 +-
.../Structs/VGSLoggingConfiguration.html | 11 +-
.../Structs/VGSPlaceholderLabelStyle.html | 11 +-
.../Structs/VGSShowRequestOptions.html | 218 ++++++++
.../Documents/Structs/VGSTextRange.html | 11 +-
.../Resources/Documents/Typealiases.html | 11 +-
.../Contents/Resources/Documents/index.html | 19 +-
.../Contents/Resources/Documents/search.json | 2 +-
.../Contents/Resources/docSet.dsidx | Bin 36864 -> 36864 bytes
docs/docsets/VGSShowSDK.tgz | Bin 96600 -> 101697 bytes
docs/index.html | 19 +-
docs/search.json | 2 +-
54 files changed, 2856 insertions(+), 88 deletions(-)
create mode 100644 docs/Classes/VGSPDFView.html
create mode 100644 docs/Protocols/VGSPDFViewDelegate.html
create mode 100644 docs/Structs/VGSShowRequestOptions.html
create mode 100644 docs/docsets/VGSShowSDK.docset/Contents/Resources/Documents/Classes/VGSPDFView.html
create mode 100644 docs/docsets/VGSShowSDK.docset/Contents/Resources/Documents/Protocols/VGSPDFViewDelegate.html
create mode 100644 docs/docsets/VGSShowSDK.docset/Contents/Resources/Documents/Structs/VGSShowRequestOptions.html
diff --git a/docs/Classes.html b/docs/Classes.html
index 5df5c405..9f87a399 100644
--- a/docs/Classes.html
+++ b/docs/Classes.html
@@ -62,6 +62,9 @@
VGSLogger
+
+ VGSPDFView
+
VGSShow
@@ -104,6 +107,9 @@
VGSLabelDelegate
+
+ VGSPDFViewDelegate
+
VGSViewProtocol
@@ -118,6 +124,9 @@
VGSPlaceholderLabelStyle
+
+ VGSShowRequestOptions
+
VGSTextRange
@@ -179,7 +188,7 @@ Declaration
@@ -210,7 +219,7 @@ Declaration
@@ -246,6 +255,38 @@ Declaration
+
+
+
+
+
+
+
+
An object that displays revealed pdf data.
+
+
See more
+
+
+
Declaration
+
+
Swift
+
@available ( iOS 11.0 , * )
+public final class VGSPDFView : UIView , VGSShowPdfViewProtocol
+
+
+
+
+
+
+
@@ -287,7 +328,7 @@ Declaration
+
+
+
+
+
+
+
+
+ VGSShowSDK Reference
+
+ VGSPDFView Class Reference
+
+
+
+
+
+
+
+
+
+
+
VGSPDFView
+
+
+
+
@available ( iOS 11.0 , * )
+public final class VGSPDFView : UIView , VGSShowPdfViewProtocol
+
+
+
+
An object that displays revealed pdf data.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The object that acts as the delegate of the VGSPDFView
.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Pdf display mode, default is .singlePageContinuous
.
+
+
+
+
Declaration
+
+
Swift
+
public var pdfDisplayMode : PDFDisplayMode { get set }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
PDf layout direction, either vertical or horizontal for the given display mode, default is .vertical
.
+
+
+
+
Declaration
+
+
Swift
+
public var pdfDisplayDirection : PDFDisplayDirection { get set }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A boolean value indicating whether pdf is autoscaling, default is true
.
+
+
+
+
Declaration
+
+
Swift
+
public var pdfAutoScales : Bool { get set }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Boolean value determines whether the view will display the first page as a book cover (meaningful only when the document is in two-up or two-up continuous display mode).
+
+
+
+
Declaration
+
+
Swift
+
public var displayAsBook : Bool { get set }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Background color of pdf viewer. Default is gray
with 50% opacity.
+
+
+
+
Declaration
+
+
Swift
+
public var pdfBackgroundColor : UIColor ? { get set }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Determines if shadows should be drawn around page borders in a pdfView, default is true
.
+
+
+
+
Declaration
+
+
Swift
+
public var pageShadowsEnabled : Bool { get set }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Name that will be associated with VGSPDFView
and used as a decoding contentPath on request response with revealed data from your organization vault.
+
+
+
+
Declaration
+
+
Swift
+
public var contentPath : String ! { get set }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Boolean value determines whether the view has document.
+
+
+
+
Declaration
+
+
Swift
+
public var hasDocument : Bool { get }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/Classes/VGSLabel.html b/docs/Classes/VGSLabel.html
index 13a0cea1..ec401960 100644
--- a/docs/Classes/VGSLabel.html
+++ b/docs/Classes/VGSLabel.html
@@ -62,6 +62,9 @@
VGSLogger
+
+ VGSPDFView
+
VGSShow
@@ -104,6 +107,9 @@
VGSLabelDelegate
+
+ VGSPDFViewDelegate
+
VGSViewProtocol
@@ -118,6 +124,9 @@
VGSPlaceholderLabelStyle
+
+ VGSShowRequestOptions
+
VGSTextRange
@@ -1114,7 +1123,7 @@
Declaration
diff --git a/docs/Classes/VGSLabel/CopyTextFormat.html b/docs/Classes/VGSLabel/CopyTextFormat.html
index d7049fd1..4d6067a2 100644
--- a/docs/Classes/VGSLabel/CopyTextFormat.html
+++ b/docs/Classes/VGSLabel/CopyTextFormat.html
@@ -62,6 +62,9 @@
VGSLogger
+
+ VGSPDFView
+
VGSShow
@@ -104,6 +107,9 @@
VGSLabelDelegate
+
+ VGSPDFViewDelegate
+
VGSViewProtocol
@@ -118,6 +124,9 @@
VGSPlaceholderLabelStyle
+
+ VGSShowRequestOptions
+
VGSTextRange
@@ -232,7 +241,7 @@
Declaration
diff --git a/docs/Classes/VGSLogger.html b/docs/Classes/VGSLogger.html
index 187130fe..1f49446c 100644
--- a/docs/Classes/VGSLogger.html
+++ b/docs/Classes/VGSLogger.html
@@ -62,6 +62,9 @@
VGSLogger
+
+ VGSPDFView
+
VGSShow
@@ -104,6 +107,9 @@
VGSLabelDelegate
+
+ VGSPDFViewDelegate
+
VGSViewProtocol
@@ -118,6 +124,9 @@
VGSPlaceholderLabelStyle
+
+ VGSShowRequestOptions
+
VGSTextRange
@@ -285,7 +294,7 @@
Declaration
diff --git a/docs/Classes/VGSPDFView.html b/docs/Classes/VGSPDFView.html
new file mode 100644
index 00000000..926b482f
--- /dev/null
+++ b/docs/Classes/VGSPDFView.html
@@ -0,0 +1,468 @@
+
+
+
+
VGSPDFView Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+