In this video, you'll learn how to use multiple section controllers and how to update your list when your data has changed.
In IGListKit 3.0. What replaces IGListCollectionView? It doesnβt seam to exist anymore. Do I just use a normal UICollectionView instead?
Correct, you just use UICollectionView instead.
See migration guide for more details β Migration Reference
Removed IGListCollectionView You can simply find regex IGListCollectionView([ |*|(]) and replace with regex UICollectionView$1 in your project to fix this.
thanks. I was looking for this
How to make tableviewheader using iglistkit ? Do you have any example?