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

建议添加一个sectionModel 数组的的方法 #10

Closed JoanLeeo closed 1 month ago

JoanLeeo commented 3 years ago

hd_appendDataWithSecModelArr

donggelaile commented 3 years ago

可以添加。(不过这会大大降低hd_setAllDataArr的实用性,感觉加上这个接口hd_setAllDataArr更适合用来重置数据了)