Keep UICollectionViewCell centered after Zooming with UIPinchGestureRecognizer
问题 I'm having this issue. I change the scale and as well the transition of the view of a UICollectionViewCell , for doing zoom in the position of my fingers do the UIPinchGesture. But after that, the position of the view changes and the view go off the screen and its bounds. I want that the Gesture View get back to its correct position. This is what is happening: I have tried to assign a CGAffineTransformIdentity to the view if the center of the cell changes, but after the Scale and the