Skip to content

Commit

Permalink
Comments to reflect code in ASTableNode performBatchUpdates #trival (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-chang authored and nguyenhuy committed Jun 26, 2017
1 parent 6113a33 commit b14ea8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ASTableNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ NS_ASSUME_NONNULL_BEGIN
- (void)performBatchAnimated:(BOOL)animated updates:(nullable AS_NOESCAPE void (^)())updates completion:(nullable void (^)(BOOL finished))completion;

/**
* Perform a batch of updates asynchronously, optionally disabling all animations in the batch. This method must be called from the main thread.
* Perform a batch of updates asynchronously with animations in the batch. This method must be called from the main thread.
* The data source must be updated to reflect the changes before the update block completes.
*
* @param updates The block that performs the relevant insert, delete, reload, or move operations.
Expand Down

0 comments on commit b14ea8b

Please sign in to comment.