如何创建类似应用商店详情页的iOS Nested Scrollview?

发布于 2024-12-11 23:45:15 字数 178 浏览 0 评论 0原文

我目前正在尝试研究如何在我的应用程序中创建一个类似于 Apple App Store 详细信息页面的屏幕,您可以在其中垂直滚动视图来阅读说明,然后在底部有一个水平滚动条来查看图像。

这是一个嵌套设置还是两个单独的滚动视图,第二个滚动视图附加到第一个滚动视图的末尾。

任何指点都会很棒。

谢谢亚伦

I'm currently trying to work out how to create a screen in my application similar to the Apple App Store details page where you can vertically scroll the view to read the description and then at the bottom there is a horizontal scroller to view images.

Is this a nested set-up or is it two separate scrollviews with the 2nd attached to the end of the 1st one.

Any pointers would be great.

Thanks Aaron

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

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

发布评论

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

评论(1

深海夜未眠 2024-12-18 23:45:15

您所需要做的就是将一个滚动视图粘贴到另一个滚动视图中。 iOS 会自动处理剩下的事情。

All you need to do is stick a scroll view inside another scroll view. iOS will automatically take care of the rest.

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