如何知道UIScrollView显示了哪个UIView索引或标签?

发布于 2024-10-28 01:42:45 字数 232 浏览 0 评论 0原文

我有一个 UIScrollView ,其中有很多标记图像。
用户在 UIScrollView 中选择特定图像后,我必须处理一些代码。要执行此过程,我需要知道当用户选择它时显示哪个图像或视图 UIScrollView

我尝试跟踪子视图的frame.origin.x,但没有成功。

大家能分享一下这种情况吗?

I have an UIScrollView with lots of tagged images.
I have to process some code after the user selects a specific image inside the UIScrollView. To do this process I need to know which image or view UIScrollView was showing when the user selected it.

I tried tracking the frame.origin.x of my subviews, but without success.

Can you guys share something about this situation?

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

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

发布评论

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

评论(1

凑诗 2024-11-04 01:42:45

滚动视图的边界的原点决定了可见区域。

The origin of the scrollview's bounds determine the visible area.

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