I am using UITableViewRowAnimationLeft
animation for deleting a cell in my tableView.
My problem is just I want to flip the animation over - the animation is taking all the cells below the deleted cell and moving them up, I need the opposite, I want the animation to take all the cells above the deleted cell and moving them down.
Anyone knows how can I do that?
Thank you!