Xcode 中图像视图的子视图按钮的单击事件

发布于 2024-11-16 18:46:08 字数 248 浏览 2 评论 0原文

在我的应用程序中,我有一个图像视图,在上面我添加了一个按钮。而且在按钮单击事件中,我正在调用一个方法。但是我无法单击该按钮。每当我尝试单击该按钮时,该行选择了我的图像视图所在的 table vie win。有没有任何方法可以让我获取放置在图像视图上的按钮的单击事件。我不想使用 UIbuttons 来设置图像来代替图像查看。另外,如果我添加按钮为表视图的子视图然后单击事件正在工作,但是当我将子视图更改为图像视图时,我得到的结果不令人满意。请帮忙。

谢谢, 克里斯蒂

in my app i have an image view and above that i added an button.And also in button click event i am calling a method.But i am unable to click on the button .whenever i try to click the button then the row of the table vie win which my image view is present is selected .Is there any method from which i can get the click event of the button which is placed on the image view.I do not want to use UIbuttons for setting the images in place of image view .Also if i am adding button as a subview of the table view then the click event is working but when i change the subview to image view then i get unsatisfactory result.Please help.

Thanks,
Christy

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

温柔女人霸气范 2024-11-23 18:46:08

UIImageView的userInteractionEnabled默认为false,切换为true

UIImageView's userInteractionEnabled is false by default, switch it to true

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文