Skip to content

Commit

Permalink
[0.1.8] re-gen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Oct 14, 2024
1 parent 193e123 commit 557c222
Show file tree
Hide file tree
Showing 26 changed files with 133 additions and 178 deletions.
3 changes: 2 additions & 1 deletion docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ <h4>Declaration</h4>
<span class="kd">public</span> <span class="kd">final</span> <span class="kd">class</span> <span class="kt">CollectionViewDriver</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">CollectionViewDriver</span><span class="p">:</span> <span class="kt">UICollectionViewDelegate</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">CollectionViewDriver</span><span class="p">:</span> <span class="kt">UIScrollViewDelegate</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">CollectionViewDriver</span><span class="p">:</span> <span class="kt">UICollectionViewDelegateFlowLayout</span></code></pre>

</div>
</div>
Expand All @@ -179,7 +180,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</a>. All rights reserved. (Last updated: 2024-10-02)</p>
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</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>
Expand Down
33 changes: 31 additions & 2 deletions docs/Classes/CollectionViewDriver.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ <h1>CollectionViewDriver</h1>
<span class="kd">public</span> <span class="kd">final</span> <span class="kd">class</span> <span class="kt">CollectionViewDriver</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">CollectionViewDriver</span><span class="p">:</span> <span class="kt">UICollectionViewDelegate</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">CollectionViewDriver</span><span class="p">:</span> <span class="kt">UIScrollViewDelegate</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">CollectionViewDriver</span><span class="p">:</span> <span class="kt">UICollectionViewDelegateFlowLayout</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -280,7 +281,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>The scroll view delegate to forward.</p>
<p>A scroll view delegate object to receive forwarded events.</p>

</div>
<div class="declaration">
Expand All @@ -290,6 +291,34 @@ <h4>Declaration</h4>
<pre class="highlight swift"><code><span class="kd">@MainActor</span>
<span class="kd">public</span> <span class="k">weak</span> <span class="k">var</span> <span class="nv">scrollViewDelegate</span><span class="p">:</span> <span class="kt">UIScrollViewDelegate</span><span class="p">?</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:22ReactiveCollectionsKit20CollectionViewDriverC18flowLayoutDelegateSo012UICollectionei4FlowH0_pSgvp"></a>
<a name="//apple_ref/swift/Property/flowLayoutDelegate" class="dashAnchor"></a>
<a class="token" href="#/s:22ReactiveCollectionsKit20CollectionViewDriverC18flowLayoutDelegateSo012UICollectionei4FlowH0_pSgvp">flowLayoutDelegate</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>A flow layout delegate object to receive forwarded events.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@MainActor</span>
<span class="kd">public</span> <span class="k">weak</span> <span class="k">var</span> <span class="nv">flowLayoutDelegate</span><span class="p">:</span> <span class="kt">UICollectionViewDelegateFlowLayout</span><span class="p">?</span></code></pre>

</div>
</div>
</section>
Expand Down Expand Up @@ -679,7 +708,7 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</a>. All rights reserved. (Last updated: 2024-10-02)</p>
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</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>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</a>. All rights reserved. (Last updated: 2024-10-02)</p>
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</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>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/ViewRegistrationMethod.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</a>. All rights reserved. (Last updated: 2024-10-02)</p>
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</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>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/ViewRegistrationViewType.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</a>. All rights reserved. (Last updated: 2024-10-02)</p>
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</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>
Expand Down
4 changes: 2 additions & 2 deletions docs/Extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h1>Extensions</h1>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">AnyHashable</span><span class="p">:</span> <span class="kd">@unchecked</span> <span class="kd">@retroactive</span> <span class="kt">Sendable</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">AnyHashable</span><span class="p">:</span> <span class="kd">@retroactive</span> <span class="kd">@unchecked</span> <span class="kt">Sendable</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -199,7 +199,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</a>. All rights reserved. (Last updated: 2024-10-02)</p>
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</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>
Expand Down
2 changes: 1 addition & 1 deletion docs/Extensions/UICollectionView.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</a>. All rights reserved. (Last updated: 2024-10-02)</p>
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</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>
Expand Down
20 changes: 7 additions & 13 deletions docs/Protocols.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@MainActor</span>
<span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">CellViewModel</span> <span class="p">:</span> <span class="kt"><a href="Protocols/DiffableViewModel.html">DiffableViewModel</a></span><span class="p">,</span> <span class="kt"><a href="Protocols/ViewRegistrationProvider.html">ViewRegistrationProvider</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">CellViewModel</span> <span class="p">:</span> <span class="kt"><a href="Protocols/DiffableViewModel.html">DiffableViewModel</a></span><span class="p">,</span> <span class="kt"><a href="Protocols/ViewRegistrationProvider.html">ViewRegistrationProvider</a></span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -220,8 +219,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@MainActor</span>
<span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">DiffableViewModel</span> <span class="p">:</span> <span class="kt">Hashable</span><span class="p">,</span> <span class="kt">Identifiable</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">DiffableViewModel</span> <span class="p">:</span> <span class="kt">Hashable</span><span class="p">,</span> <span class="kt">Identifiable</span><span class="p">,</span> <span class="kt">Sendable</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -250,8 +248,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@MainActor</span>
<span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">SupplementaryFooterViewModel</span> <span class="p">:</span> <span class="kt"><a href="Protocols/SupplementaryViewModel.html">SupplementaryViewModel</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">SupplementaryFooterViewModel</span> <span class="p">:</span> <span class="kt"><a href="Protocols/SupplementaryViewModel.html">SupplementaryViewModel</a></span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -280,8 +277,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@MainActor</span>
<span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">SupplementaryHeaderViewModel</span> <span class="p">:</span> <span class="kt"><a href="Protocols/SupplementaryViewModel.html">SupplementaryViewModel</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">SupplementaryHeaderViewModel</span> <span class="p">:</span> <span class="kt"><a href="Protocols/SupplementaryViewModel.html">SupplementaryViewModel</a></span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -309,8 +305,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@MainActor</span>
<span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">SupplementaryViewModel</span> <span class="p">:</span> <span class="kt"><a href="Protocols/DiffableViewModel.html">DiffableViewModel</a></span><span class="p">,</span> <span class="kt"><a href="Protocols/ViewRegistrationProvider.html">ViewRegistrationProvider</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">SupplementaryViewModel</span> <span class="p">:</span> <span class="kt"><a href="Protocols/DiffableViewModel.html">DiffableViewModel</a></span><span class="p">,</span> <span class="kt"><a href="Protocols/ViewRegistrationProvider.html">ViewRegistrationProvider</a></span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -338,8 +333,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@MainActor</span>
<span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">ViewRegistrationProvider</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">ViewRegistrationProvider</span></code></pre>

</div>
</div>
Expand All @@ -351,7 +345,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</a>. All rights reserved. (Last updated: 2024-10-02)</p>
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</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>
Expand Down
2 changes: 1 addition & 1 deletion docs/Protocols/CellEventCoordinator.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</a>. All rights reserved. (Last updated: 2024-10-02)</p>
<p>&copy; 2024 <a class="link" href="https://jessesquires.com" target="_blank" rel="external noopener">Jesse Squires</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>
Expand Down
Loading

0 comments on commit 557c222

Please sign in to comment.