I\'m having some issues when deleting the last row of my (only) section in my tableView. Any other row works fine, but if I delete the row at the bottom of my <
tableView
I had the same bug. I just changed the animation type on UITableViewRowAnimationMiddle, and it fixed it all.