update documentation for reloadData:completion

This commit is contained in:
Ethan Nagel
2015-03-27 18:14:05 -07:00
parent 3f509dbd2f
commit abd725d8c1
2 changed files with 4 additions and 2 deletions

View File

@@ -73,7 +73,8 @@
/**
* Reload everything from scratch, destroying the working range and all cached nodes.
*
* @param completion Block to run on completion or nil.
* @param completion block to run on completion of asynchronous loading or nil. If supplied, the block is run on
* the main thread.
* @warning This method is substantially more expensive than UITableView's version.
*/
-(void)reloadDataWithCompletion:(void (^)())completion;