fumito-ito / RxDifferenceKit

UITableView and UICollectionView datasources for RxSwift with DifferenceKit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RxDifferenceKit

Build Status

UITableView and UICollectionView datasources for RxSwift with DifferenceKit

Features

Under construction if check is empty.

  • RxDataSources like API interfaces for UITableView and UICollectionView.
  • O(N) algorithm for calculating differences via DifferenceKit.
  • Example App
  • Performance tests

Why

How

Requirements

  • Xcode 10.0
  • Swift 4.2

Installation

Carthage

Add your Cartfile following.

github "fumito-ito/RxDifferenceKit"

Run

carthage update RxDifferenceKit

License

This library is under MIT Licence. See LICENSE file for more details

About

UITableView and UICollectionView datasources for RxSwift with DifferenceKit.

License:MIT License


Languages

Language:Swift 89.5%Language:Ruby 9.8%Language:Objective-C 0.7%