如何创建类似应用商店详情页的iOS Nested Scrollview?
我目前正在尝试研究如何在我的应用程序中创建一个类似于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您所需要做的就是将一个滚动视图粘贴到另一个滚动视图中。 iOS 会自动处理剩下的事情。
All you need to do is stick a scroll view inside another scroll view. iOS will automatically take care of the rest.