mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-24 06:21:55 +00:00
Merge pull request #356 from nguyenhuy/master
Fix method documentation in ASCollectionView.
This commit is contained in:
commit
860a8783b4
@ -80,7 +80,7 @@
|
|||||||
/**
|
/**
|
||||||
* Section updating.
|
* Section updating.
|
||||||
*
|
*
|
||||||
* All operations are asynchronous and thread safe. You can call it from background thread (it is recommendated) and the UI table
|
* All operations are asynchronous and thread safe. You can call it from background thread (it is recommendated) and the UI collection
|
||||||
* view will be updated asynchronously. The asyncDataSource must be updated to reflect the changes before these methods are called.
|
* view will be updated asynchronously. The asyncDataSource must be updated to reflect the changes before these methods are called.
|
||||||
*/
|
*/
|
||||||
- (void)insertSections:(NSIndexSet *)sections;
|
- (void)insertSections:(NSIndexSet *)sections;
|
||||||
@ -91,7 +91,7 @@
|
|||||||
/**
|
/**
|
||||||
* Items updating.
|
* Items updating.
|
||||||
*
|
*
|
||||||
* All operations are asynchronous and thread safe. You can call it from background thread (it is recommendated) and the UI table
|
* All operations are asynchronous and thread safe. You can call it from background thread (it is recommendated) and the UI collection
|
||||||
* view will be updated asynchronously. The asyncDataSource must be updated to reflect the changes before these methods are called.
|
* view will be updated asynchronously. The asyncDataSource must be updated to reflect the changes before these methods are called.
|
||||||
*/
|
*/
|
||||||
- (void)insertItemsAtIndexPaths:(NSArray *)indexPaths;
|
- (void)insertItemsAtIndexPaths:(NSArray *)indexPaths;
|
||||||
@ -180,7 +180,7 @@
|
|||||||
* Receive a message that the collectionView is near the end of its data set and more data should be fetched if
|
* Receive a message that the collectionView is near the end of its data set and more data should be fetched if
|
||||||
* necessary.
|
* necessary.
|
||||||
*
|
*
|
||||||
* @param tableView The sender.
|
* @param collectionView The sender.
|
||||||
* @param context A context object that must be notified when the batch fetch is completed.
|
* @param context A context object that must be notified when the batch fetch is completed.
|
||||||
*
|
*
|
||||||
* @discussion You must eventually call -completeBatchFetching: with an argument of YES in order to receive future
|
* @discussion You must eventually call -completeBatchFetching: with an argument of YES in order to receive future
|
||||||
|
Loading…
x
Reference in New Issue
Block a user