mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-21 05:39:01 +00:00
Add documentation to ASChangeSetDataController.
This commit is contained in:
parent
0315d628c5
commit
8745a478ec
@ -9,7 +9,11 @@
|
|||||||
#import <AsyncDisplayKit/ASDataController.h>
|
#import <AsyncDisplayKit/ASDataController.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Subclass of ASDataController that enqueues and sorts edit commands during batch updating (using _ASHierarchyChangeSet).
|
* @abstract Subclass of ASDataController that simulates ordering of operations in batch updates defined in UITableView and UICollectionView.
|
||||||
|
*
|
||||||
|
* @discussion The ordering is achieved by using _ASHierarchyChangeSet to enqueue and sort operations.
|
||||||
|
* More information about the ordering and the index paths used for operations can be found here:
|
||||||
|
* https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/TableView_iPhone/ManageInsertDeleteRow/ManageInsertDeleteRow.html#//apple_ref/doc/uid/TP40007451-CH10-SW17
|
||||||
*
|
*
|
||||||
* @see ASDataController
|
* @see ASDataController
|
||||||
* @see _ASHierarchyChangeSet
|
* @see _ASHierarchyChangeSet
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user