Skip to content

TableViewAutoFitAdapter self heightForCellByReuseId string function

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

简介

根据复用ID回调高度

  • @param reuseId string reuseId:复用ID
  • @param callback function 回调格式:
function(table cell,number row) 
	 ---cell:视图cell 
	 ---row:视图页数 
end
Clone this wiki locally