Skip to content

TabSegment self onSelected function

xu.jingyu edited this page Aug 8, 2020 · 1 revision

简介

点击tabSegment的回调,回调中的参数index为选中的下标

  • @param func function 回调格式:
function(number index,number animTime) 
	 ---index:点击tabSegment的下标;
animTime:点击tabSegment的动画时长 
end
Clone this wiki locally