Swift - 在UIImageview

时间:2016-03-08 13:18:50

标签: ios swift uiimageview

如何在swift中定义UIImageview上的可点击区域?

即使我缩放或拖动它,该区域也会固定在图像上。

2 个答案:

答案 0 :(得分:0)

  1. 通过编程方式向图像添加按钮(IBuilder不允许)
  2. 在imageView
  3. 上设置userInteractionEnabled = true
  4. 通过AutoLayout设置按钮,或使用弹簧和支柱方法通过imageview调整大小。

答案 1 :(得分:0)

使用我在本回答中推荐的相同技术,添加一个手势调整器:

How to make whole call out tappable?