Can you add the springy cells effect when scrolling (like in the Messages app on iOS7) to an UITableView? I've seen examples of it working on an UICollectionView, but absolutely nothing for table views.
Is it just not possible and I should change every table view to a collection view and redo all the cells?