Skip to content

hahtml/IGListKit

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

536 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Build Status Coverage Status Pods Version Platforms Carthage Compatible


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

Main Features
๐Ÿ™… Never call performBatchUpdates(_:, completion:) or reloadData() again
๐Ÿ  Better architecture with reusable cells and components
๐Ÿ”  Create collections with multiple data types
๐Ÿ”‘ Decoupled diffing algorithm
โœ… Fully unit tested
๐Ÿ” Customize your diffing behavior for your models
๐Ÿ“ฑ Simply UICollectionView at its core
๐Ÿš€ Extendable API
๐Ÿฆ Written in Objective-C with full Swift interop support

IGListKit is built and maintained with โค๏ธ by Instagram engineering. We use the open source version master branch in the Instagram app.

Requirements

  • Xcode 9.0+
  • iOS 8.0+
  • tvOS 9.0+
  • macOS 10.11+ (diffing algorithm components only)
  • Interoperability with Swift 3.0+

Installation

CocoaPods

The preferred installation method is with CocoaPods. Add the following to your Podfile:

pod 'IGListKit', '~> 3.0'

Carthage

For Carthage, add the following to your Cartfile:

github "Instagram/IGListKit" ~> 3.0

For advanced usage, see our Installation Guide.

Getting Started

$ git clone https://github.com/Instagram/IGListKit.git
$ cd IGListKit/
$ ./scripts/setup.sh

Documentation

You can find the docs here. Documentation is generated with jazzy and hosted on GitHub-Pages.

To regenerate docs, run ./scripts/build_docs.sh from the root directory in the repo.

Vision

For the long-term goals and "vision" of IGListKit, please read our Vision doc.

Contributing

Please see the CONTRIBUTING file for how to help. At Instagram, we sync the open source version of IGListKit daily, so we're always testing the latest changes. But that requires all changes be thoroughly tested and follow our style guide.

We have a set of starter tasks that are great for beginners to jump in on and start contributing.

License

IGListKit is MIT-licensed.

The files in the /Examples/ directory are licensed under a separate license as specified in each file. Documentation is licensed CC-BY-4.0.

About

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

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Objective-C 90.6%
  • Objective-C++ 5.7%
  • TypeScript 1.6%
  • Gherkin 0.8%
  • Ruby 0.7%
  • Swift 0.3%
  • Other 0.3%