One thing I noticed is that you're using the transform from wrapperView, which
may not exclusively have your modifications applied. Have you tried caching the
resultant scale, translation and rotation values from any gestures and then
using those values to create a new transform from scratch?
S
Hello,
I am creating an iPad application for my employer targeted to 3.2 and above. In
it, the user has the ability to move, rotate and resize an image which then
gets sent to our server. The image is displayed with a UIImageView which is
wrapped with a UIView. This outer UIView is the one whic