IGListKit
IGListKit copied to clipboard
A data-driven UICollectionView framework for building fast and flexible lists.
hi, I trying to implement pull to refresh , but i got this error Duplicate identifier 3 for object LegacyProject.ExplorationModel with object LegacyProject.ExplorationModel' How i can fix that
## 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 searched [existing issues](https://github.com/Instagram/IGListKit/issues) and this is not a duplicate - [...
> Closing this as I've been experimenting w/ an all-swift rewrite that is a _much_ better direction. Hoping we can open source this soon! > > _Originally posted by @rnystrom...
In https://github.com/TextureGroup/Texture we're looking to support using NodeControllers for each item, and having the NodeController survive across object updates (`reloadItemsAtIndexPaths:`) just like IGListSectionControllers do. Since IGListKit submits reloads as delete/insert...
## 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 searched [existing issues](https://github.com/Instagram/IGListKit/issues) and this is not a duplicate ### General information -...
## 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 searched [existing issues](https://github.com/Instagram/IGListKit/issues) and this is not a duplicate - [x] I have...
## 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 searched [existing issues](https://github.com/Instagram/IGListKit/issues) and this is not a duplicate - [...
Is there a number (even approximately) of the apps who are using `IGListKit` ? and do you know which big apps besides Instagram ?
## 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 searched [existing issues](https://github.com/Instagram/IGListKit/issues) and this is not a duplicate - [x] I...
I am reading the IGListBindingController for https://github.com/Instagram/IGListKit/blob/master/Guides/Modeling%20and%20Binding.md In the post example, since localelikes is a variable on PostSectionController. If section controller is recreated, will we lose all locale likes? What...