-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge IGListUpdatingDelegateExperimental into IGListUpdatingDelegate
Summary: Now that the new updater has shipped, lets update `IGListUpdatingDelegate` with the new methods: * `-performExperimentalUpdateAnimated` is the new section update method (renaming coming in the next diff) * `-performDataSourceChange` lets us safely update the `UICollectionView` dataSource Also, something I've been wanting to do for a long time, lets group related methods in `IGListUpdatingDelegate.h`. Reviewed By: Haud Differential Revision: D25884780 fbshipit-source-id: 5d9201ace8bf6b281d71ff03463cb7c911e7f967
- Loading branch information
1 parent
247e7ca
commit 43af883
Showing
9 changed files
with
126 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.