IGListKit

数据驱动的 UICollectionView 框架,用于构建快速灵活的列表。「A data-driven UICollectionView framework for building fast and flexible lists.」

Github stars Tracking Chart


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 9.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', '~> 4.0.0'

Carthage

For Carthage, add the following to your Cartfile:

github "Instagram/IGListKit" ~> 4.0.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.

Main metrics

Overview
Name With OwnerInstagram/IGListKit
Primary LanguageObjective-C
Program languageRuby (Language Count: 8)
Platform
License:MIT License
所有者活动
Created At2016-09-07 08:39:27
Pushed At2025-04-14 22:26:24
Last Commit At
Release Count11
Last Release Name5.0.0 (Posted on )
First Release Name1.0.0 (Posted on )
用户参与
Stargazers Count13k
Watchers Count337
Fork Count1.5k
Commits Count893
Has Issues Enabled
Issues Count956
Issue Open Count163
Pull Requests Count6
Pull Requests Open Count3
Pull Requests Close Count633
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private