mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 09:18:29 +00:00
Add missing docs in IGListAdapterUpdaterDelegate
Summary: - Add missing docs in `IGListAdapterUpdaterDelegate`, fix #128. - [x] All tests pass. Demo project builds and runs. - [x] I added tests, an experiment, or detailed why my change isn't tested. - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/130 Differential Revision: D4095494 Pulled By: rnystrom fbshipit-source-id: 49acb065b61e3837a9624a4d7e9b50fcd08351e8
This commit is contained in:
parent
ebd8801f90
commit
a3d5c14a87
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
Notifies the delegate that the updater succesfully finished -[UICollectionView performBatchUpdates:completion:].
|
||||
|
||||
@param listAdapterUpdater The adapter updater owning the transition.
|
||||
@param updates The batch updates that were applied to the collection view.
|
||||
@param collectionView The collection view that performed the batch updates.
|
||||
|
||||
@discussion This event is called in the completion block of the batch update.
|
||||
|
|
|
|||
Loading…
Reference in a new issue