触摸UIImageView? [英] Touch through UIImageView?

查看:125
本文介绍了触摸UIImageView?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个透明的UIImageView,后面有一个按钮。如何触摸通过它并按下它下面的按钮?

I have a transparent UIImageView with a button behind it. How can I touch "through" it and press the button underneath it?

谢谢

推荐答案

使用 UIImageView.userInteractionEnabled = NO;

这会阻止它接收触摸和所有接触将通过它。

That prevents it from receiving touches and all the touches will go through it.

这篇关于触摸UIImageView?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆