Reloading custom UITableViewCell after reordering cells

后端 未结 6 1444
忘了有多久
忘了有多久 2021-02-15 16:04

I have UITableView which uses custom UITableViewCells. The cells can have one of three types of background images (set in each cell\'s .backgrou

6条回答
  •  忘了有多久
    2021-02-15 16:47

    If you just want to reload a few cells rather the entire table you can use:

    reloadRowsAtIndexPaths:withRowAnimation:
    

    available as an instance method of UITableView.

提交回复
热议问题