I am trying to scale a UIView without scaling my subzones, or in my case I just want the subviews to scale on the same axis. I need this hierarchy because I install some gesture recognizers to detect pan and rotation, and I want them to run simultaneously with the parent view.
However, I do not want the scaling to be done at the same time. For some subzones, I want this to happen only vertically or horizontally or not scale at all.
Is there a way to control autoscaling in the UIView moving mode when using CGAffineTransform in UIView?
jglievano
source share