Animate circular mask of UIImageView in iOS

前端 未结 3 826
挽巷
挽巷 2021-02-19 13:16

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

3条回答
  •  终归单人心
    2021-02-19 13:47

    One possibility might be drawing the mask with a CAShapeLayer. The reason is that the path of a CAShapeLayer is animatable.

提交回复
热议问题