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:
Vinh Nguyen 2016-10-28 07:33:38 -07:00 committed by Facebook Github Bot
parent ebd8801f90
commit a3d5c14a87

View file

@ -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.