We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
初始化一个cell,根据复用ID
根据复用ID初始化对应的cell,该方法建议只做初始化控件操作
function(table cell,number position) ---cell:视图cell,包含了contentView的一个表 ---position:cell所在页数 end
⚠️ 需要配合reuseId方法和fillCellByReuseId方法使用