IGListKit

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

Github星跟踪图


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.

主要指标

概览
名称与所有者Instagram/IGListKit
主编程语言Objective-C
编程语言Ruby (语言数: 8)
平台
许可证MIT License
所有者活动
创建于2016-09-07 08:39:27
推送于2025-04-14 22:26:24
最后一次提交
发布数11
最新版本名称5.0.0 (发布于 )
第一版名称1.0.0 (发布于 )
用户参与
星数13k
关注者数337
派生数1.5k
提交数893
已启用问题?
问题数956
打开的问题数163
拉请求数6
打开的拉请求数3
关闭的拉请求数633
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?