In my app I allow for a user to pick an image and then select other images to layer over the top of the main image. I then implement gesture Recognizers to pinch, pan and rotate the top images.
For example, a user could select an image of a person and then select a pair of sunglasses to overlay over the top of the image and pinch, pan or rotate them into place.
This works great but as the overlayed image gets smaller it becomes harder for the user to size, pan or rotate.
I'm looking to implement some functionality that I've seen on a similar app where they allow for this to be controlled by a pinch/rotation handler on the corner of the top UIImageView. I can't seem to figure this out. I've attached a screenshot of the app that currently does this that I'm trying implement. Any suggestions would help. Thank you.
I finally was able accomplish this by using this control. https://www.cocoacontrols.com/controls/tdresizerview