Skip to content

CollectionViewAdapter self initCellByReuseId string function

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

简介

根据reuseId设置初始化cell的回调

  • @param reuseId string reuseId:cell类型
  • @param initCellByReuseIdCallback function function(table cell) ... end cell: 视图cell

⚠️ 当存在多种类型cell时,此方法与reuseId方法配合使用;注意:方法中获取cell中控件宽/高是不准确的

Clone this wiki locally