You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: