donggelaile / HDCollectionView

An efficient and flexible listView (data driven). Based on Flexbox, it supports floating, waterfall, decorative view, horizontal sliding, segmented layout, and various alignments. Support diff refresh, animation update UI / 数据驱动(data driven)的高效灵活列表。基于Flexbox,支持 悬浮、瀑布流、装饰view、横向滑动、分段布局、各种对齐方式。支持链式语法初始化。支持diff刷新,渐进式加载,动画更新UI
MIT License
429 stars 78 forks source link

侵入性太强 #1

Closed gdzpf123 closed 5 years ago

gdzpf123 commented 5 years ago

这个库功能还是挺强大的,但是假如在原有项目中接入的话,对原有的项目代码侵入性太强。建议作者可以考虑一些侵入性较小的方案

donggelaile commented 5 years ago

model层已经面向协议,后期可能会进一步抽离一些必须实现的方法以及实现子view面向协议。