UIScrollView 分页器

发布于 2024-12-17 17:29:53 字数 218 浏览 2 评论 0原文

我思考了新应用程序 UI 设计的可能性。我想要做的是:

拥有三个视图,用户可以在其中水平分页。在每个视图中都有一个 UIScrollView (填充整个视图),用户可以在其中垂直滚动。

我该如何管理,水平滚动事件由分页管理,垂直滚动事件由 ScrollView 管理?

抱歉,也许这是一个“初学者问题”...

可能有可能将不同的触摸发送到不同的 UI 元素?

I thought about the possibilities in UI Design for a new app. What I want to do is:

Have three view where the user can paginate horizontally. In each of this view there is a UIScrollView (fills the whole view) where the user can scroll vertically.

How could I manage, that horizontal scroll events are managed by the Pagination and vertical scrolls are managed by the ScrollView?

I'm sorry, maybe this is kind of a "beginner-Question"...

There might be a possibility to send the different touches to different UI-Elements?

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

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

发布评论

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

评论(1

生生漫 2024-12-24 17:29:53

将 3 个滚动视图放置在一个大滚动视图内。

3 个垂直滚动视图的内容大小应与屏幕宽度相匹配 - 这将阻止它们水平滚动,并且事件将向上传递到父滚动视图以允许水平滚动。

确保父视图的内容大小与屏幕高度匹配,以便它仅水平滚动。

Place the 3 scroll views inside a large scroll view.

The 3 vertical scrolling views should have a content size that matches the screen's width - this will stop them scrolling horizontally and the event will pass up to the the parent scroll view to allow horizontal scrolling.

Ensure that the content size of the parent view matches the screen height so that it only scrolls horizontally.

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