-
Notifications
You must be signed in to change notification settings - Fork 207
TableViewAdapter self cellDidDisappearByReuseId string function
xu_whale edited this page Dec 4, 2019
·
6 revisions
cell已经消失后的回调
- @param a string reuseId:复用ID
- @param b function 回调格式:
function(table cell,number section,number row)
---cell:cell视图表, 类型为Lua中的table,表中仅存在一个元素contentView
---section:组数
---row:行数
end ```
⚠️ 需配合reuseId方法使用