I am wondering how to animate the scale of a mask on a uiimageview. Example images attached. The gray boxes are the image background of my uiviewcontroller and is not part of th
One possibility might be drawing the mask with a CAShapeLayer. The reason is that the path of a CAShapeLayer is animatable.