When I programmatically delete a bunch of cells (I am normally at the bottom of the tableview) there is a move around of all the cells (as the ones being deleted are from the top). How can I stop this moving / jerking / rearranging when I delete them?
Share
use
reloadDataover adding and removing rows, and it’ll all just snap.