Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leavez/cktableviewtransactionaldatasource
- Owner: leavez
- License: mit
- Created: 2017-05-15T17:12:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T17:22:55.000Z (about 6 years ago)
- Last Synced: 2024-10-10T15:02:15.206Z (about 1 month ago)
- Topics: componentkit, tableview
- Language: Objective-C++
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```