Is there a way I can convert the view of a UITableViewCell or UICollectionViewCell into an UIImageView which looks the same?
I want to be able to transform the snapshot of the cell into a UIImageView, in order to be able to animate the UIImageView. The cell itself can remain the same.