Skip to content

1.4

Choose a tag to compare

@Vinodh-G Vinodh-G released this 14 May 16:25

Feature Ask
[Stories][Feature Ask] Prefetch CollectionViewCells on VSCollectionViewController
#2

Purpose
We all know how power full is collection view, and how reusable, independent the components are with VSCollectionKit.
The purpose the prefetch ask is, for achieving infinite scrolling for some of or use cases like long message scrolling, long comments. scrolling, long Instagram posts scrolling, the prefetch of the collection view cells would give user an experience like he is scrolling the content seamlessly with out showing the loader.
Pre loading any content displayed in the collectionview before reaching the end of scrolling.

Goal

API from VSCollectionViewController or SectionHandler to initiate there is prefetch triggered.
API from VSCollectionViewController or SectionHandler to initiate there is triggered cancelled.
Optional sample app showing the usage of the api and showcasing the smoothness when we us prefetch.