-
Notifications
You must be signed in to change notification settings - Fork 207
WaterfallAdapter
xu.jingyu edited this page Jan 14, 2020
·
5 revisions
数据源及事件回调适配器
数据源方法
WaterfallAdapter() 构造方法
initHeader(function callback)
设置初始化Header的回调
fillHeaderData(function callback)
设置初始化header数据的回调
heightForHeader(function callback)
回调header高度
headerValid(function callback)
回调header是否有效
heightForCell(function callback)
回调cell高度
headerWillAppear(function callback)
header视图将要显示的回调
headerDidDisappear(function callback)
header已经消失的回调