mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-28 11:46:28 +08:00
fixed the next & previous page links (thanks Michael!) so that they actually work.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
title: Batch Fetching API
|
||||
layout: docs
|
||||
permalink: /docs/batch-fetching-api.html
|
||||
next: image-modification-block.html
|
||||
prevPage: hit-test-slop.html
|
||||
nextPage: image-modification-block.html
|
||||
---
|
||||
|
||||
AsyncDisplayKit's Batch Fetching API makes it easy for developers to add fetching of new data in chunks. In case the user scrolled to a specific range of a table or collection view the automatic batch fetching mechanism of ASDK kicks in.
|
||||
|
||||
Reference in New Issue
Block a user