Skip to content

CollectionView self insertRowsAtSection number number number boolean

xu_whale edited this page Dec 4, 2019 · 5 revisions

title: CollectionView:insertRowsAtSection(number a, number b, number c, boolean d) comments: false

简介

在指定位置插入cell

  • @param a number section:指定插入cell的section
  • @param b number startRow:指定插入cell的开始索引
  • @param c number endRow:指定插入cell的结束索引
  • @param d boolean animated:是否执行动画 ⚠️ 请勿改变其他section数据,或越界刷新,否则有差异
Clone this wiki locally