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