开源框架ALTableKit

2018-12-22  本文已影响35人  玩呀玩

IGList用了一段时间了确实比较好用,但是发现把tableview 全部替换成collectionview成本很高而且有些情况collectionview并不能完全替代collectionview,所以写了这个ALTableKit。

ALTableKit

A data-driven UITableView framework for building fast and Low coupling, Similar to the IGList CollectionView framework.
数据驱动的UITableView框架,用于构建快速低耦合的tableview,类似IGList CollectionView框架。增加了一些只属于tableview的内容比如缓存高度等功能。

Features

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
|      cell 0     |                 |    cell 0     |                           |
 - - - - - - - - -     provier 0     - - - - - - - -                            |
|      cell 1     |                 |    cell 1     |                           |
 - - - - - - - - - - - - - - - - - - - - - - - - - -                            |
|      cell 2     |    provier 1    |    cell 0     |                           |
 - - - - - - - - - - - - - - - - - - - - - - - - - -    section controller 0    |
|      cell 4     |                 |    cell 0     |                           |
 - - - - - - - - -                   - - - - - - - -                            |
|      cell 5     |    provier 2    |    cell 1     |                           |
 - - - - - - - - -                   - - - - - - - -                            |
|      cell 6     |                 |    cell 2     |                           |
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Installation

CocoaPods

# use_frameworks! is needed for swift projects
use_frameworks!
pod 'ALTableKit', '~>1.1.0'

Carthage

Is coming.

How to use

Demo

is coming.

Requirements

License

ALTableKit is MIT-licensed.

上一篇 下一篇

猜你喜欢

热点阅读