Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
iDevelopper committed Oct 14, 2024
1 parent 6161404 commit c6babfc
Show file tree
Hide file tree
Showing 67 changed files with 1,257 additions and 397 deletions.
16 changes: 11 additions & 5 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">PBPopupController 3.9.3 Docs</a> (84% documented)</p>
<p><a href="index.html">PBPopupController 3.10.4 Docs</a> (84% documented)</p>
<p class="header-right"><a href="https://github.com/iDevelopper/PBPopupController"><img src="img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="search.json">
Expand All @@ -28,7 +28,7 @@
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="index.html">PBPopupController Reference</a>
<a href="index.html">PBPopupController</a>
<img id="carat" src="img/carat.png" alt=""/>
Classes Reference
</p>
Expand Down Expand Up @@ -178,6 +178,7 @@ <h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span>
<span class="kd">@MainActor</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">PBPopupBar</span> <span class="p">:</span> <span class="kt">UIView</span></code></pre>

</div>
Expand Down Expand Up @@ -207,6 +208,7 @@ <h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span>
<span class="kd">@MainActor</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">PBPopupCloseButton</span> <span class="p">:</span> <span class="kt">UIButton</span></code></pre>

</div>
Expand Down Expand Up @@ -236,6 +238,7 @@ <h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span>
<span class="kd">@MainActor</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">PBPopupContentView</span> <span class="p">:</span> <span class="kt">UIView</span></code></pre>

</div>
Expand Down Expand Up @@ -265,6 +268,7 @@ <h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span>
<span class="kd">@MainActor</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">PBPopupController</span> <span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="kt">UIGestureRecognizerDelegate</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">PBPopupController</span><span class="p">:</span> <span class="kt">UIViewControllerTransitioningDelegate</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">PBPopupController</span><span class="p">:</span> <span class="kt">UIViewControllerPreviewingDelegate</span></code></pre>
Expand Down Expand Up @@ -325,6 +329,7 @@ <h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc</span>
<span class="kd">@MainActor</span>
<span class="kd">open</span> <span class="kd">class</span> <span class="kt">PBPopupRoundShadowImageView</span> <span class="p">:</span> <span class="kt">UIView</span></code></pre>

</div>
Expand Down Expand Up @@ -352,7 +357,8 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">RoundShadowImageView</span> <span class="p">:</span> <span class="kt"><a href="Classes/PBPopupRoundShadowImageView.html">PBPopupRoundShadowImageView</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">@MainActor</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">RoundShadowImageView</span> <span class="p">:</span> <span class="kt"><a href="Classes/PBPopupRoundShadowImageView.html">PBPopupRoundShadowImageView</a></span></code></pre>

</div>
</div>
Expand All @@ -364,8 +370,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://github.com/iDevelopper" target="_blank" rel="external noopener">Patrick Bodet</a>. All rights reserved. (Last updated: 2024-01-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
<p>&copy; 2024 <a class="link" href="https://github.com/iDevelopper" target="_blank" rel="external noopener">Patrick Bodet</a>. All rights reserved. (Last updated: 2024-10-14)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
Loading

0 comments on commit c6babfc

Please sign in to comment.