A Tutorial to animate the TableViewCells with a TableAnimator class, it's highly customizable and has four types of animations -
- Fade-In animation: Animates the tableView cells based on the alpha of the cell.
- Move-Up animation: Animates the tableView cells based on the position of the cell.
- Move-Up-Fade animation: Animates the tableView cells based on the position and the alpha of the cell.
- Move-Up-Bounce animation: Animates the tableView cells based on the position of the cell with a spring animation.