Skip to content

TableViewAdapter self rowCount function

xu.jingyu edited this page Jan 14, 2020 · 4 revisions

简介

设置行数回调

根据组数返回对应的行数

  • @param callback function 回调格式:
function(number section) 
	 ---section:组数,根据组数返回对应的行数 
end
Clone this wiki locally