Swift incorrect cellViewModel indexpath when removing tableview cell

后端 未结 0 665
野趣味
野趣味 2020-12-12 13:24

I have a tableview with an array as the data source [CellViewModel]. I tried to remove cell using

self.cellViewModel.remove(at: indexPath.row)
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题