Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefetch cells for collection view #251

Open
stevesoltys opened this issue Jun 23, 2020 · 0 comments
Open

Prefetch cells for collection view #251

stevesoltys opened this issue Jun 23, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@stevesoltys
Copy link
Contributor

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.

@Alex009 Alex009 added the enhancement New feature or request label Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants