Skip to content

Tags: scribd/LiveCollections

Tags

1.0.3

Toggle 1.0.3's commit message
Add safety check on delta to force view to reload if there is an erro…

…r. Adds new delegate method.

1.0.2

Toggle 1.0.2's commit message
Update CollectionDataAnimationDelegate to include more timing options…

…. Update minimum iOS version to 11.0.

1.0.1

Toggle 1.0.1's commit message
Fix a bug where updating an empty data set could crash on a race cond…

…ition.wq

1.0.0

Toggle 1.0.0's commit message
Added SwiftPM support

beta_0.9.15

Toggle beta_0.9.15's commit message
• Update item/section calculator to default to .reloadData if the vie…

…w frame isEmpty.

• Fixed a bug where the .reloadData animation wouldn't be respected if the data or delta threshold was crossed.

beta_0.9.14

Toggle beta_0.9.14's commit message
Update:

• Adds new delegates CollectionDataAnimationDelegate and CollectionSectionDataAnimationDelegate (some functionality from CollectionDataManualReloadDelegate has moved to the new delegates)

• The delegates includes the functions animateAlongsideUpdate and animateAlongsideSectionUpdate to allow you to synchronize animations with update animations.

• Fixes a bug with the data threshold check that was causing some crashes.

beta_0.9.13

Toggle beta_0.9.13's commit message
Fix an issue with testing against the dataCountAnimationThreshold value.

beta_0.9.12

Toggle beta_0.9.12's commit message
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.

beta_0.9.11

Toggle beta_0.9.11's commit message
Merge branch 'collate_appends_between_animations'

beta_0.9.10

Toggle beta_0.9.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md