mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 09:18:29 +00:00
Fix logo with absolute URL
Summary: Title Reviewed By: jessesquires Differential Revision: D4002448 fbshipit-source-id: 5f117da26d4dcfe7d6b45b3378f0471575f363b8
This commit is contained in:
parent
b11303467b
commit
1bcd5f0019
2 changed files with 35 additions and 45 deletions
27
README.md
27
README.md
|
|
@ -1,13 +1,8 @@
|
|||
<p align="center">
|
||||
<img src="Resources/logo-animation.gif" width=400 />
|
||||
<img src="https://raw.githubusercontent.com/Instagram/IGListKit/master/Resources/logo-animation.gif" width=400 />
|
||||
</p>
|
||||
|
||||
<!--
|
||||
[](https://travis-ci.org/Instagram/IGListKit)
|
||||
[][podLink] [][mitLink]
|
||||
[](https://codecov.io/gh/Instagram/IGListKit)
|
||||
[][docsLink]
|
||||
-->
|
||||
[](https://travis-ci.org/Instagram/IGListKit) [](https://cocoapods.org/pods/IGListKit) [](https://opensource.org/licenses/BSD-3-Clause) [](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.
|
||||
|
||||
|
|
|
|||
|
|
@ -186,15 +186,10 @@
|
|||
<section class="section">
|
||||
|
||||
<p align="center">
|
||||
<img src="Resources/logo-animation.gif" width=400 />
|
||||
<img src="https://raw.githubusercontent.com/Instagram/IGListKit/master/Resources/logo-animation.gif" width=400 />
|
||||
</p>
|
||||
|
||||
<!--
|
||||
[](https://travis-ci.org/Instagram/IGListKit)
|
||||
[][podLink] [][mitLink]
|
||||
[](https://codecov.io/gh/Instagram/IGListKit)
|
||||
[][docsLink]
|
||||
-->
|
||||
<p><a href="https://travis-ci.org/Instagram/IGListKit"><img src="https://secure.travis-ci.org/Instagram/IGListKit.svg" alt="Build Status" /></a> <a href="https://cocoapods.org/pods/IGListKit"><img src="https://img.shields.io/cocoapods/v/IGListKit.svg" alt="Version Status" /></a> <a href="https://opensource.org/licenses/BSD-3-Clause"><img src="https://img.shields.io/cocoapods/l/IGListKit.svg" alt="license BSD" /></a> <a href="https://instagram.github.io/IGListKit"><img src="https://img.shields.io/cocoapods/p/IGListKit.svg" alt="Platform" /></a></p>
|
||||
|
||||
<hr>
|
||||
|
||||
|
|
@ -207,40 +202,40 @@
|
|||
</tr>
|
||||
</thead><tbody>
|
||||
<tr>
|
||||
<td>:no_good:</td>
|
||||
<td>🙅</td>
|
||||
<td>Never call <code>performBatchUpdates(_:, completion:)</code> or <code>reloadData()</code> again</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>:house:</td>
|
||||
<td>🏠</td>
|
||||
<td>Better architecture with reusable cells and components</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>:capital_abcd:</td>
|
||||
<td>🔠</td>
|
||||
<td>Create collections with multiple data types</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>:mag:</td>
|
||||
<td>Customize your diffing behavior for your models</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>:white_check_mark:</td>
|
||||
<td>Fully unit tested</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>:iphone:</td>
|
||||
<td>Simply <code>UICollectionView</code> at its core</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>:rocket:</td>
|
||||
<td>Extendable updating API</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>:key:</td>
|
||||
<td>🔑</td>
|
||||
<td>Decoupled diffing algorithm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>:bulb:</td>
|
||||
<td>Display and near-display delegate events</td>
|
||||
<td>✅</td>
|
||||
<td>Fully unit tested</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>🔍</td>
|
||||
<td>Customize your diffing behavior for your models</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>📱</td>
|
||||
<td>Simply <code>UICollectionView</code> at its core</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>🚀</td>
|
||||
<td>Extendable updating API</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>🐦</td>
|
||||
<td>Written in Objective-C with full Swift interop support</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue