开发者

Touch through UIImageView?

I have a transparent UIImageView with a button behind it. How can I touch "through" it开发者_如何学Go and press the button underneath it?

Thanks


Use UIImageView.userInteractionEnabled = NO;

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜