-
## New issue checklist
- [ ] I have reviewed the [`README`](https://github.com/Instagram/IGListKit/blob/master/README.md) and [documentation](http://instagram.github.io/IGListKit)
- [ ] I have sea…
-
# Launch Checklist
- [x] Run through documentation one last time checking header docs, formatting, and links (e.g. Guides)
- [x] PR [podspec version](https://github.com/Instagram/IGListKit/blob/ma…
-
This is a wonderful library, I just want to know what's the difference of the diff algorithm between IGListKit and ReactJS's virtual dom.
I use Componentkit for one of my apps, so I imagine if I …
-
I am working on interactive transition to detail view when user clicks on one of the cells.
I am using didSelectItem(at index: Int) function to check when the user clicks on the cell.
I then g…
-
Our experiments find that disabling this feature that IGListKit does not uses yields ~5% increase to scroll performance. `-[UICollectionView prefetchEnabled]` defaults to `YES` with the iOS 10 SDK.
-
Hi, i have an issue appending data inside an section, the `adapter.performUpdates(animated: true)` dosen't do anything. i made an sample project [here](https://github.com/MarvinNazari/IGListKitIssue)
…
-
## New issue checklist
- [x] I have reviewed the [`README`](https://github.com/Instagram/IGListKit/blob/master/README.md) and [documentation](http://instagram.github.io/IGListKit)
- [x] I have sea…
-
I have no problem following the examples with hard coded data, but when I try to implement IGListKit with firebase I run into issues. I get the following error:
> Terminating app due to uncaught e…
-
## New issue checklist
- [x] I have reviewed the [`README`](https://github.com/Instagram/IGListKit/blob/master/README.md) and [documentation](http://instagram.github.io/IGListKit)
- [x] I have sea…
-
`minimumInteritemSpacing` on `IGListGridCollectionViewLayout` dosent work properly, if the section width is equal to collectionview width (full width), and the `minimumInteritemSpacing` is > 0, it cra…