mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Correct a few documentation comments for method parameters
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
/**
|
||||
* Inform that the collectionView is editing the cells at a list of indexPaths
|
||||
*
|
||||
* @param indexPaths, an array of NSIndexPath objects of cells being/will be edited.
|
||||
* @param isBatched, indicates whether the editing operation will be batched by the collectionView
|
||||
* @param indexPaths an array of NSIndexPath objects of cells being/will be edited.
|
||||
* @param isBatched indicates whether the editing operation will be batched by the collectionView
|
||||
*
|
||||
* NOTE: when isBatched, used in combination with -collectionViewWillPerformBatchUpdates
|
||||
*/
|
||||
@@ -28,10 +28,10 @@
|
||||
/**
|
||||
* Inform that the collectionView is editing the sections at a set of indexes
|
||||
*
|
||||
* @param indexes, an NSIndexSet of section indexes being/will be edited.
|
||||
* @param isBatched, indicates whether the editing operation will be batched by the collectionView
|
||||
* @param indexes an NSIndexSet of section indexes being/will be edited.
|
||||
* @param batched indicates whether the editing operation will be batched by the collectionView
|
||||
*
|
||||
* NOTE: when isBatched, used in combination with -collectionViewWillPerformBatchUpdates
|
||||
* NOTE: when batched, used in combination with -collectionViewWillPerformBatchUpdates
|
||||
*/
|
||||
- (void)collectionViewWillEditSectionsAtIndexSet:(NSIndexSet *)indexes batched:(BOOL)batched;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user