UIScrollView 仅检测底部滑动

发布于 2024-12-28 02:05:14 字数 193 浏览 0 评论 0原文

我有一个 UIScrollView,其中包含缩放图像视图。 UIScrollView“contentSize”大约是滚动视图本身高度的两倍,使用户能够上下滑动图像。我看到的是 UIScrollView 的“触摸区域”(它检测滑动,并相应地滚动图像)仅位于 UIScrollView 的最底部。我可以使用任何属性/方法来使 UIScrollView 检测整个框架中的滑动吗?

I have a UIScrollView with a zoomed image view contained within it. UIScrollView "contentSize" is about twice the height of the scrollview itself, enabling user to swipe the image up and down. What I'm seeing is that the "touch zone" for the UIScrollView (where it detects swiping, and scrolls the image accordingly) is only at the very bottom of the UIScrollView. Is there any property/method I can use to make the UIScrollView detect swipes throughout it's frame?

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

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

发布评论

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

评论(1

掌心的温暖 2025-01-04 02:05:14

如果你想在scrollview tgen中使用触摸点,你可以使用以下委托方法-

- (void)scrollViewWillBeginDragging:(UIScrollView *)scrollView

if you want touch points inside scrollview tgen you can use following delegate method-

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