Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当用户在 UIImageView 上移动他的图形时,我想更改图像但是 touchesBegan 和 touchesMoved 事件不会被触发。请帮我。
在所有超级视图上也将 userInteractionEnabled 设置为 YES。
将 UITapGestureRecognizer 添加到 UIImageView