diff --git a/README.md b/README.md index cefdb25a..95aa9bd5 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,8 @@

- +

- +[![Build Status](https://secure.travis-ci.org/Instagram/IGListKit.svg)](https://travis-ci.org/Instagram/IGListKit) [![Version Status](https://img.shields.io/cocoapods/v/IGListKit.svg)](https://cocoapods.org/pods/IGListKit) [![license BSD](https://img.shields.io/cocoapods/l/IGListKit.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Platform](https://img.shields.io/cocoapods/p/IGListKit.svg)](https://instagram.github.io/IGListKit) ------------------------ @@ -15,15 +10,15 @@ A data-driven `UICollectionView` framework for building fast and flexible lists. | Main Features ---------|--------------- -:no_good: | Never call `performBatchUpdates(_:, completion:)` or `reloadData()` again -:house: | Better architecture with reusable cells and components -:capital_abcd: | Create collections with multiple data types -:key: | Decoupled diffing algorithm -:white_check_mark: | Fully unit tested -:mag: | Customize your diffing behavior for your models -:iphone: | Simply `UICollectionView` at its core -:rocket: | Extendable API -:bird: | Written in Objective-C with full Swift interop support +🙅 | 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 by [Instagram engineering](https://engineering.instagram.com/), using the open source version for the Instagram app. diff --git a/docs/index.html b/docs/index.html index c1cd7a75..2bcb3523 100644 --- a/docs/index.html +++ b/docs/index.html @@ -186,15 +186,10 @@

- +

- +

Build Status Version Status license BSD Platform


@@ -207,40 +202,40 @@ -:no_good: +🙅 Never call performBatchUpdates(_:, completion:) or reloadData() again -:house: +🏠 Better architecture with reusable cells and components -:capital_abcd: +🔠 Create collections with multiple data types -:mag: -Customize your diffing behavior for your models - - -:white_check_mark: -Fully unit tested - - -:iphone: -Simply UICollectionView at its core - - -:rocket: -Extendable updating API - - -:key: +🔑 Decoupled diffing algorithm -:bulb: -Display and near-display delegate events +✅ +Fully unit tested + + +🔍 +Customize your diffing behavior for your models + + +📱 +Simply UICollectionView at its core + + +🚀 +Extendable updating API + + +🐦 +Written in Objective-C with full Swift interop support