Skip to content

CollectionViewAdapter self longPressRow function

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

简介

设置cell的长按回调

设置cell的长按回调,触发时长0.5s

  • @param longPressRowCallback function 回调格式:
function(table cell,number section,number row) 
	 ---cell:cell视图表, 类型为Lua中的table,表中仅存在一个元素contentView 
	 ---section:组数 
	 ---row:行数 
end
Clone this wiki locally