Skip to content

TableViewAdapter self cellDidDisappearByReuseId string function

xu_whale edited this page Dec 4, 2019 · 6 revisions

title: TableViewAdapter:cellDidDisappearByReuseId(string a, function b) comments: false

简介

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方法使用
Clone this wiki locally