Skip to content

Commit 557c222

Browse files
committed
[0.1.8] re-gen docs
1 parent 193e123 commit 557c222

26 files changed

+133
-178
lines changed

docs/Classes.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ <h4>Declaration</h4>
168168
<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>
169169
<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>
170170
<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>
171+
<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>
171172

172173
</div>
173174
</div>
@@ -179,7 +180,7 @@ <h4>Declaration</h4>
179180
</section>
180181
</section>
181182
<section id="footer">
182-
<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>
183+
<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>
183184
<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>
184185
</section>
185186
</article>

docs/Classes/CollectionViewDriver.html

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ <h1>CollectionViewDriver</h1>
144144
<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>
145145
<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>
146146
<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>
147+
<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>
147148

148149
</div>
149150
</div>
@@ -280,7 +281,7 @@ <h4>Declaration</h4>
280281
<section class="section">
281282
<div class="pointer"></div>
282283
<div class="abstract">
283-
<p>The scroll view delegate to forward.</p>
284+
<p>A scroll view delegate object to receive forwarded events.</p>
284285

285286
</div>
286287
<div class="declaration">
@@ -290,6 +291,34 @@ <h4>Declaration</h4>
290291
<pre class="highlight swift"><code><span class="kd">@MainActor</span>
291292
<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>
292293

294+
</div>
295+
</div>
296+
</section>
297+
</div>
298+
</li>
299+
<li class="item">
300+
<div>
301+
<code>
302+
<a name="/s:22ReactiveCollectionsKit20CollectionViewDriverC18flowLayoutDelegateSo012UICollectionei4FlowH0_pSgvp"></a>
303+
<a name="//apple_ref/swift/Property/flowLayoutDelegate" class="dashAnchor"></a>
304+
<a class="token" href="#/s:22ReactiveCollectionsKit20CollectionViewDriverC18flowLayoutDelegateSo012UICollectionei4FlowH0_pSgvp">flowLayoutDelegate</a>
305+
</code>
306+
</div>
307+
<div class="height-container">
308+
<div class="pointer-container"></div>
309+
<section class="section">
310+
<div class="pointer"></div>
311+
<div class="abstract">
312+
<p>A flow layout delegate object to receive forwarded events.</p>
313+
314+
</div>
315+
<div class="declaration">
316+
<h4>Declaration</h4>
317+
<div class="language">
318+
<p class="aside-title">Swift</p>
319+
<pre class="highlight swift"><code><span class="kd">@MainActor</span>
320+
<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>
321+
293322
</div>
294323
</div>
295324
</section>
@@ -679,7 +708,7 @@ <h4>Parameters</h4>
679708
</section>
680709
</section>
681710
<section id="footer">
682-
<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>
711+
<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>
683712
<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>
684713
</section>
685714
</article>

docs/Enums.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ <h4>Declaration</h4>
202202
</section>
203203
</section>
204204
<section id="footer">
205-
<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>
205+
<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>
206206
<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>
207207
</section>
208208
</article>

docs/Enums/ViewRegistrationMethod.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h4>Declaration</h4>
209209
</section>
210210
</section>
211211
<section id="footer">
212-
<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>
212+
<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>
213213
<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>
214214
</section>
215215
</article>

docs/Enums/ViewRegistrationViewType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h4>Declaration</h4>
209209
</section>
210210
</section>
211211
<section id="footer">
212-
<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>
212+
<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>
213213
<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>
214214
</section>
215215
</article>

docs/Extensions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h1>Extensions</h1>
160160
<h4>Declaration</h4>
161161
<div class="language">
162162
<p class="aside-title">Swift</p>
163-
<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>
163+
<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>
164164

165165
</div>
166166
</div>
@@ -199,7 +199,7 @@ <h4>Declaration</h4>
199199
</section>
200200
</section>
201201
<section id="footer">
202-
<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>
202+
<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>
203203
<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>
204204
</section>
205205
</article>

docs/Extensions/UICollectionView.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h4>Parameters</h4>
201201
</section>
202202
</section>
203203
<section id="footer">
204-
<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>
204+
<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>
205205
<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>
206206
</section>
207207
</article>

docs/Protocols.html

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@ <h4>Declaration</h4>
191191
<h4>Declaration</h4>
192192
<div class="language">
193193
<p class="aside-title">Swift</p>
194-
<pre class="highlight swift"><code><span class="kd">@MainActor</span>
195-
<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>
194+
<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>
196195

197196
</div>
198197
</div>
@@ -220,8 +219,7 @@ <h4>Declaration</h4>
220219
<h4>Declaration</h4>
221220
<div class="language">
222221
<p class="aside-title">Swift</p>
223-
<pre class="highlight swift"><code><span class="kd">@MainActor</span>
224-
<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>
222+
<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>
225223

226224
</div>
227225
</div>
@@ -250,8 +248,7 @@ <h4>Declaration</h4>
250248
<h4>Declaration</h4>
251249
<div class="language">
252250
<p class="aside-title">Swift</p>
253-
<pre class="highlight swift"><code><span class="kd">@MainActor</span>
254-
<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>
251+
<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>
255252

256253
</div>
257254
</div>
@@ -280,8 +277,7 @@ <h4>Declaration</h4>
280277
<h4>Declaration</h4>
281278
<div class="language">
282279
<p class="aside-title">Swift</p>
283-
<pre class="highlight swift"><code><span class="kd">@MainActor</span>
284-
<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>
280+
<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>
285281

286282
</div>
287283
</div>
@@ -309,8 +305,7 @@ <h4>Declaration</h4>
309305
<h4>Declaration</h4>
310306
<div class="language">
311307
<p class="aside-title">Swift</p>
312-
<pre class="highlight swift"><code><span class="kd">@MainActor</span>
313-
<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>
308+
<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>
314309

315310
</div>
316311
</div>
@@ -338,8 +333,7 @@ <h4>Declaration</h4>
338333
<h4>Declaration</h4>
339334
<div class="language">
340335
<p class="aside-title">Swift</p>
341-
<pre class="highlight swift"><code><span class="kd">@MainActor</span>
342-
<span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">ViewRegistrationProvider</span></code></pre>
336+
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">ViewRegistrationProvider</span></code></pre>
343337

344338
</div>
345339
</div>
@@ -351,7 +345,7 @@ <h4>Declaration</h4>
351345
</section>
352346
</section>
353347
<section id="footer">
354-
<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>
348+
<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>
355349
<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>
356350
</section>
357351
</article>

docs/Protocols/CellEventCoordinator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ <h4>Declaration</h4>
353353
</section>
354354
</section>
355355
<section id="footer">
356-
<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>
356+
<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>
357357
<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>
358358
</section>
359359
</article>

0 commit comments

Comments
 (0)