moko-widgets icon indicating copy to clipboard operation
moko-widgets copied to clipboard

Prefetch cells for collection view

Open stevesoltys opened this issue 5 years ago • 0 comments

For iOS, the collection view currently does not provide a way to prefetch cells. This means that cells will load after the user sees them, rather than before.

https://developer.apple.com/documentation/uikit/uicollectionviewdatasourceprefetching/prefetching_collection_view_data

Untested on Android, not sure if there's something equivalent on that side of things.

stevesoltys avatar Jun 23 '20 02:06 stevesoltys