From a3d5c14a87166b472b97054a2f8f79c33a732185 Mon Sep 17 00:00:00 2001 From: Vinh Nguyen Date: Fri, 28 Oct 2016 07:33:38 -0700 Subject: [PATCH] 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 --- Source/IGListAdapterUpdaterDelegate.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/IGListAdapterUpdaterDelegate.h b/Source/IGListAdapterUpdaterDelegate.h index a50e2465..e27228d1 100644 --- a/Source/IGListAdapterUpdaterDelegate.h +++ b/Source/IGListAdapterUpdaterDelegate.h @@ -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.