Which class does the animations in a table view cell when the table view enters editing mode?
- by mystify
Is it the UITableViewCell class itself which contains the animation logic for entering editing mode, or does the UITableView class animate the changes in the cell? (like the width of contentView and other things)