Instagram / IGListKit

A data-driven UICollectionView framework for building fast and flexible lists.
https://instagram.github.io/IGListKit/
MIT License
12.87k stars 1.54k forks source link

How could I implement nuances of the instagram profile page? #1495

Open cheeser690 opened 3 years ago

cheeser690 commented 3 years ago

I assume the instagram profile page use IGListKit in some capacity. But I can't understand how to implement it.

Specifically:

DimaVartanian commented 3 years ago

Couple of comments:

  1. If you didn't need horizontal scrolling, this is probably the way I'd recommend as well, as its easy to just reload a section with updated data.
  2. I think to fix this issue you'd need another layer. You'd need a horizontal collection for the bottom section, which then contains a vertical collection for each individual tab so you can continue scrolling down in each one