Skip to content

CollectionView self insertRow number number boolean

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

简介

在指定位置插入cell

  • @param row number row:指定插入cell的索引
  • @param section number section:指定插入cell的section
  • @param animate boolean animated:是否执行动画

⚠️ 请勿改变多个cell,或其他cell数据,否则有差异,如果在屏幕外插入cell、可能会错位

Clone this wiki locally