You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>When this property is set, the UI of the related <code>UICollectionView</code> will be updated.
196
200
If not only the content of individual cells/sections has changed, but instead
197
201
cells/sections were moved/inserted/deleted, the behavior of this setter depends on the
198
-
value of the <code><ahref="../Classes/CollectionViewDriver.html#/s:13ReactiveLists20CollectionViewDriverC23automaticDiffingEnabledSbv">automaticDiffingEnabled</a></code> property.</p>
202
+
value of the <code><ahref="../Classes/CollectionViewDriver.html#/s:13ReactiveLists20CollectionViewDriverC23automaticDiffingEnabledSbvp">automaticDiffingEnabled</a></code> property.</p>
199
203
200
-
<p>If <code><ahref="../Classes/CollectionViewDriver.html#/s:13ReactiveLists20CollectionViewDriverC23automaticDiffingEnabledSbv">automaticDiffingEnabled</a></code> is set to <code>true</code>, and cells/sections have been moved/inserted/deleted,
204
+
<p>If <code><ahref="../Classes/CollectionViewDriver.html#/s:13ReactiveLists20CollectionViewDriverC23automaticDiffingEnabledSbvp">automaticDiffingEnabled</a></code> is set to <code>true</code>, and cells/sections have been moved/inserted/deleted,
201
205
updating this property will result in the UI of the collection view being updated automatically.</p>
202
206
203
-
<p>If <code><ahref="../Classes/CollectionViewDriver.html#/s:13ReactiveLists20CollectionViewDriverC23automaticDiffingEnabledSbv">automaticDiffingEnabled</a></code> is set to <code>false</code>, and cells/sections have been moved/inserted/deleted,
207
+
<p>If <code><ahref="../Classes/CollectionViewDriver.html#/s:13ReactiveLists20CollectionViewDriverC23automaticDiffingEnabledSbvp">automaticDiffingEnabled</a></code> is set to <code>false</code>, and cells/sections have been moved/inserted/deleted,
204
208
the caller must update the <code>UICollectionView</code> state manually, to bring it back in sync with
205
209
the new model, e.g. by calling <code>reloadData()</code> on the collection view.</p>
<p>If this property is set to <code>true</code>, updating the <code><ahref="../Classes/CollectionViewDriver.html#/s:13ReactiveLists20CollectionViewDriverC010collectionD5ModelAA0cdG0VSgv">collectionViewModel</a></code> will always
236
+
<p>If this property is set to <code>true</code>, updating the <code><ahref="../Classes/CollectionViewDriver.html#/s:13ReactiveLists20CollectionViewDriverC010collectionD5ModelAA0cdG0VSgvp">collectionViewModel</a></code> will always
233
237
automatically lead to updating the UI state of the <code>UICollectionView</code>, even if cells/sections
234
238
were moved/inserted/deleted.</p>
235
239
236
-
<p>For details, see the documentation for <code><ahref="../Classes/CollectionViewDriver.html#/s:13ReactiveLists20CollectionViewDriverC010collectionD5ModelAA0cdG0VSgv">CollectionViewDriver.collectionViewModel</a></code>.</p>
240
+
<p>For details, see the documentation for <code><ahref="../Classes/CollectionViewDriver.html#/s:13ReactiveLists20CollectionViewDriverC010collectionD5ModelAA0cdG0VSgvp">CollectionViewDriver.collectionViewModel</a></code>.</p>
237
241
238
242
</div>
239
243
<divclass="declaration">
@@ -374,7 +378,7 @@ <h3 class="section-name">Change and UI Update Handling</h3>
374
378
<divclass="abstract">
375
379
<p>Updates all currently visible cells and sections, such that they reflect the latest
376
380
state decribed in their respective view models. Typically this method should not be
377
-
called directly, as it is called automatically whenever the <code><ahref="../Classes/CollectionViewDriver.html#/s:13ReactiveLists20CollectionViewDriverC010collectionD5ModelAA0cdG0VSgv">collectionViewModel</a></code> property
381
+
called directly, as it is called automatically whenever the <code><ahref="../Classes/CollectionViewDriver.html#/s:13ReactiveLists20CollectionViewDriverC010collectionD5ModelAA0cdG0VSgvp">collectionViewModel</a></code> property
0 commit comments