icerockdev / moko-widgets

Multiplatform UI DSL with screen management in common code for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev
Apache License 2.0
387 stars 32 forks source link

Prefetch cells for collection view #251

Open stevesoltys opened 4 years ago

stevesoltys commented 4 years ago

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.