如何设置当前滚动值

发布于 2024-11-04 05:59:59 字数 56 浏览 0 评论 0原文

如果我有一个 UIScrollView 并将其移动到特定位置,有什么方法可以获取它也移动的位置吗?

If I have a UIScrollView and move it around to a specific location, is there any way to get that position it has moved too?

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

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

发布评论

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

评论(1

祁梦 2024-11-11 05:59:59

检查 UIScrollView 的 contentOffset 属性:

contentOffset - 内容视图的原点相对于滚动视图的原点的偏移点。

获取iPhone上当前的UIScrollView滚动值

Check UIScrollView's contentOffset property:

contentOffset - The point at which the origin of the content view is offset from the origin of the scroll view.

Get the current UIScrollView scroll values on the iPhone

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