1
votes

This is the problem that I have:

I have an UIImageView inside an UIView.

Then I rotate the UIImageView 45 degrees using gestureRecognizers with 2 fingers.

Everything seem good now but when I start resize the UIView about -10px width, height by changing the UIView's frame, the UIImageView become very ugly, it does not resize with ratio. It become stretch.

It does not happen when I rotate the image with 90 or 180 or 270 degrees. the UIImage resize OK.

Sorry for my bad English.

Tung Do

1

1 Answers

2
votes

Redraw the image after the pinch.