Skip to content

Draft: Pagination Support

Eshan Singh requested to merge EshanSingh-ES/vlc-ios:pagination-support into master

I currently use a fixed size for each page .

If we use different size, it could lead to skipping of items . (Is there a better way ?)

But for determine fixed size , I could determine the number of no of cells that could fit in collection view without initially scrolling by use of cell type dimensions and collection view dimensions?

Here's a video of how it looks

Pagination-3

Edited by Eshan Singh

Merge request reports