Skip to content

Commit 6fc3632

Browse files
author
Stephane Magne
committed
Update:
- Will not attempt to perform animations for views not on screen, and will instead perform a reloadData. - Adds a new delegate, CollectionDataCalculationNotificationDelegate, to allow monitoring when CollectionData begins and ends calculating the data set. Multiple updates in rapid succession will only trigger a single begin/end pair.
1 parent a4da5ff commit 6fc3632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ This project has been upgraded to be compatible with Swift 5.
2323
<h2>Importing With Carthage</h2>
2424

2525
<br>
26-
github "scribd/LiveCollections" "beta_0.9.10"
26+
github "scribd/LiveCollections" "beta_0.9.11"
2727
<br>
2828
<br>
2929

3030

3131
<h2>Importing With CocoaPods</h2>
3232

3333
<br>
34-
pod 'LiveCollections', '~> 0.9.10'
34+
pod 'LiveCollections', '~> 0.9.11'
3535
<br>
3636
or
3737
<br>

0 commit comments

Comments
 (0)