IGListKit icon indicating copy to clipboard operation
IGListKit copied to clipboard

A data-driven UICollectionView framework for building fast and flexible lists.

Results 145 IGListKit issues
Sort by recently updated
recently updated
newest added

is there any way to reload cells or whole section using `EmbeddedCollectionViewCell` using `ListCollectionViewLayout` . this peice of code isnt reloading cells or sections...? ```swift let controller = adapter.sectionController(forSection: 0)...

question
missing-info

The current CI configuration doesn't run the tests for all of the different platforms; it doesn't run tests for tvOS, it only builds the example application. Running the tvOS tests...

enhancement

## 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 - [ ] I...

question

## 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 Hello everyone! We have...

question

In Class `IGListAdapter`, method `_updateObjects_:dataSource:`, there has a piece of code: ``` // push the view controller and collection context into a local thread container so they are available on...

question

## 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/1209) and this is not a duplicate - [x] I have...

### General information - `IGListKit` version: 3.4.0 - iOS version(s): 11.4 - Xcode version: 9.4.1 - Reproducible in the demo project?: Yes Hello, I think I found a bug: If...

bug
starter-task

It's not super clear how to use this in conjunction with IGListKit, like how to use `NSIndexPath` and item/section. We should add some examples, explanation to [this documentation](https://github.com/Instagram/IGListKit/blob/master/Source/IGListAdapter.h#L65-L70). Inspired by...

enhancement
starter-task

## New issue checklist I had this problem, when i installed IGListSectionController via Cocoapods in old objective-c project. Has anyone encountered this problem? Duplicate interface definition for class 'IGListSectionController' -...

## 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...