Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leavez/cktableviewtransactionaldatasource

Tableview datasource for ComponentKit
https://github.com/leavez/cktableviewtransactionaldatasource

componentkit tableview

Last synced: about 1 month ago
JSON representation

Tableview datasource for ComponentKit

Awesome Lists containing this project

README

        

# CKTableViewTransactionalDataSource

This is a tableview datasource for [ComponentKit](https://github.com/facebook/componentkit).

ComponentKit only provide datasource for collection view. This is an clone of `CKCollectionViewTransactionalDataSource` with a slightly modification for cell updating animation.
The code are mostly copied from [itsthejb/CKToolbox](https://github.com/itsthejb/CKToolbox), which have additional features apart from datasource.

MIT license.

## Installation

```ruby
pod "CKTableViewTransactionalDataSource"
```