mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-03-28 23:58:50 +08:00
- replace ASTableView's nodeForRowAtIndexPath: with nodeBlockForRowAtIndexPath: (performance gain because nodeBlock can be called concurrently) - replace scrollViewDidScroll: method for determining when to loadPage for ASTableView’s data model with ASBatchContext