We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
填充cell数据的回调
设置填充cell数据的回调,回调中会提供cell和position,以供业务进行区别处理
function(table cell,number position) ---cell:视图cell ---position:cell位置 end
⚠️ cell是table类型,里边存储了contentView,所以的控件都放到该View上