Skip to content

CollectionView self reloadAtRow number number boolean

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

简介

重新加载指定cell

  • @param row number row:指定重新加载cell的索引
  • @param section number section:指定重新加载cell的section
  • @param animate boolean animate:是否展现动画,为true时仅ios有效

⚠️ 动画效果仅ios有效,使用时请勿改变其他cell的内容,否则两端会有差异:android可以更新多个cell,ios只能更新单个

Clone this wiki locally