Implement UITouchDown for UIImageView

前端 未结 4 1941
名媛妹妹
名媛妹妹 2021-02-09 03:44

I know how to implement touchesBegan for UIImageView

is it possible to implement UITouchDown for UIImageView ?(i know

4条回答
  •  情深已故
    2021-02-09 04:00

    control events such as UIControlEventTouchDown etc are available for UIControl's child objects like UIButton, UITextField etc. UIImageView is a UIView and hence cannot generate control notifications.

提交回复
热议问题