Skip to content

Commit

Permalink
Refresh docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneIOs committed Jun 4, 2021
1 parent 0f7df21 commit c93af96
Show file tree
Hide file tree
Showing 54 changed files with 2,856 additions and 88 deletions.
47 changes: 44 additions & 3 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/VGSLogger.html">VGSLogger</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/VGSPDFView.html">VGSPDFView</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/VGSShow.html">VGSShow</a>
</li>
Expand Down Expand Up @@ -104,6 +107,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="Protocols/VGSLabelDelegate.html">VGSLabelDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Protocols/VGSPDFViewDelegate.html">VGSPDFViewDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Protocols/VGSViewProtocol.html">VGSViewProtocol</a>
</li>
Expand All @@ -118,6 +124,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/VGSPlaceholderLabelStyle.html">VGSPlaceholderLabelStyle</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/VGSShowRequestOptions.html">VGSShowRequestOptions</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/VGSTextRange.html">VGSTextRange</a>
</li>
Expand Down Expand Up @@ -179,7 +188,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/verygoodsecurity/vgs-show-ios/tree/master/Sources/VGSShowSDK/Core/Show/VGSShow.swift#L14-L119">Show on GitHub</a>
<a href="https://github.com/verygoodsecurity/vgs-show-ios/tree/master/Sources/VGSShowSDK/Core/Show/VGSShow.swift#L14-L133">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -210,7 +219,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/verygoodsecurity/vgs-show-ios/tree/master/Sources/VGSShowSDK/Erros/VGSShowErrors.swift#L68-L93">Show on GitHub</a>
<a href="https://github.com/verygoodsecurity/vgs-show-ios/tree/master/Sources/VGSShowSDK/Erros/VGSShowErrors.swift#L84-L109">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -246,6 +255,38 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:@M@VGSShowSDK@objc(cs)VGSPDFView"></a>
<a name="//apple_ref/swift/Class/VGSPDFView" class="dashAnchor"></a>
<a class="token" href="#/c:@M@VGSShowSDK@objc(cs)VGSPDFView">VGSPDFView</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>An object that displays revealed pdf data.</p>

<a href="Classes/VGSPDFView.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@available</span><span class="p">(</span><span class="n">iOS</span> <span class="mf">11.0</span><span class="p">,</span> <span class="o">*</span><span class="p">)</span>
<span class="kd">public</span> <span class="kd">final</span> <span class="kd">class</span> <span class="kt">VGSPDFView</span> <span class="p">:</span> <span class="kt">UIView</span><span class="p">,</span> <span class="kt">VGSShowPdfViewProtocol</span></code></pre>

</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/verygoodsecurity/vgs-show-ios/tree/master/Sources/VGSShowSDK/UIElements/VGSPDFView/VGSPDFView.swift#L13-L150">Show on GitHub</a>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -287,7 +328,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2021 <a class="link" href="https://verygoodsecurity.com" target="_blank" rel="external">Very Good Security</a>. All rights reserved. (Last updated: 2021-02-25)</p>
<p>&copy; 2021 <a class="link" href="https://verygoodsecurity.com" target="_blank" rel="external">Very Good Security</a>. All rights reserved. (Last updated: 2021-06-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
11 changes: 10 additions & 1 deletion docs/Classes/VGSLabel.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/VGSLogger.html">VGSLogger</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/VGSPDFView.html">VGSPDFView</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/VGSShow.html">VGSShow</a>
</li>
Expand Down Expand Up @@ -104,6 +107,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/VGSLabelDelegate.html">VGSLabelDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/VGSPDFViewDelegate.html">VGSPDFViewDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/VGSViewProtocol.html">VGSViewProtocol</a>
</li>
Expand All @@ -118,6 +124,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/VGSPlaceholderLabelStyle.html">VGSPlaceholderLabelStyle</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/VGSShowRequestOptions.html">VGSShowRequestOptions</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/VGSTextRange.html">VGSTextRange</a>
</li>
Expand Down Expand Up @@ -1114,7 +1123,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2021 <a class="link" href="https://verygoodsecurity.com" target="_blank" rel="external">Very Good Security</a>. All rights reserved. (Last updated: 2021-02-25)</p>
<p>&copy; 2021 <a class="link" href="https://verygoodsecurity.com" target="_blank" rel="external">Very Good Security</a>. All rights reserved. (Last updated: 2021-06-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
11 changes: 10 additions & 1 deletion docs/Classes/VGSLabel/CopyTextFormat.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Classes/VGSLogger.html">VGSLogger</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Classes/VGSPDFView.html">VGSPDFView</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Classes/VGSShow.html">VGSShow</a>
</li>
Expand Down Expand Up @@ -104,6 +107,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Protocols/VGSLabelDelegate.html">VGSLabelDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Protocols/VGSPDFViewDelegate.html">VGSPDFViewDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Protocols/VGSViewProtocol.html">VGSViewProtocol</a>
</li>
Expand All @@ -118,6 +124,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Structs/VGSPlaceholderLabelStyle.html">VGSPlaceholderLabelStyle</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Structs/VGSShowRequestOptions.html">VGSShowRequestOptions</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Structs/VGSTextRange.html">VGSTextRange</a>
</li>
Expand Down Expand Up @@ -232,7 +241,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2021 <a class="link" href="https://verygoodsecurity.com" target="_blank" rel="external">Very Good Security</a>. All rights reserved. (Last updated: 2021-02-25)</p>
<p>&copy; 2021 <a class="link" href="https://verygoodsecurity.com" target="_blank" rel="external">Very Good Security</a>. All rights reserved. (Last updated: 2021-06-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
11 changes: 10 additions & 1 deletion docs/Classes/VGSLogger.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/VGSLogger.html">VGSLogger</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/VGSPDFView.html">VGSPDFView</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/VGSShow.html">VGSShow</a>
</li>
Expand Down Expand Up @@ -104,6 +107,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/VGSLabelDelegate.html">VGSLabelDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/VGSPDFViewDelegate.html">VGSPDFViewDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/VGSViewProtocol.html">VGSViewProtocol</a>
</li>
Expand All @@ -118,6 +124,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/VGSPlaceholderLabelStyle.html">VGSPlaceholderLabelStyle</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/VGSShowRequestOptions.html">VGSShowRequestOptions</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/VGSTextRange.html">VGSTextRange</a>
</li>
Expand Down Expand Up @@ -285,7 +294,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2021 <a class="link" href="https://verygoodsecurity.com" target="_blank" rel="external">Very Good Security</a>. All rights reserved. (Last updated: 2021-02-25)</p>
<p>&copy; 2021 <a class="link" href="https://verygoodsecurity.com" target="_blank" rel="external">Very Good Security</a>. All rights reserved. (Last updated: 2021-06-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
Loading

0 comments on commit c93af96

Please sign in to comment.