IOS - 将图像设置为表单布局,以及单击图像的 X/Y 坐标

发布于 2024-11-27 19:00:22 字数 103 浏览 1 评论 0 原文

我的 IOS 应用程序出现问题。在我的应用程序中,我希望我的主页可以说是一张大图像,人们可以单击该图像进入各种其他屏幕。如何设置以使图像占据整个屏幕,以及如何找出某人点击位置的 X/Y 坐标?

I am having a problem with my IOS app. In my app, I want my home page so-to-speak to be all one large image which people will click to get into various other screens. How do I set it so the image takes up the entire screen, and how do I find out the X/Y coordinates of where someone clicked?

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

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

发布评论

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

评论(1

如日中天 2024-12-04 19:00:22

对于图像,您可以使用 UIImageView 类并将其设置或初始化为主屏幕的大小。
对于点击(点击),您可以使用 UITapGestureRecognizer 类(请参阅下面的链接)

http://developer.apple.com/library/ios/ipad/#documentation/uikit/reference/UITapGestureRecognizer_Class/Reference/Reference.html

For the image, you can use UIImageView class and set or initialize it to the size of your home screen.
For tap (click), you can use UITapGestureRecognizer class (see the link below)

http://developer.apple.com/library/ios/ipad/#documentation/uikit/reference/UITapGestureRecognizer_Class/Reference/Reference.html

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