UIImageView Gestures (Zoom, Rotate) Question

后端 未结 5 1814
陌清茗
陌清茗 2020-11-30 18:28

I would like to make 2 operations to an UIImageView zoom, rotate, I have 2 problems:

A. I make an operation for zoom for ex

5条回答
  •  無奈伤痛
    2020-11-30 18:49

    I know this is a pretty old thread, I came across this imageview subclass, which works nice for zoom, rotate and pan. It uses gesture recognizer on an imageview. I am using this for one of my app.

    ZoomRotatePanImageView

提交回复
热议问题