App Store中的截图幻灯片是如何实现的?

发布于 2024-09-25 14:20:30 字数 139 浏览 2 评论 0原文

我非常喜欢 App Store 中应用程序信息中应用程序屏幕截图的幻灯片。有谁知道它是如何实施的?可能有一些教程或源代码可用吗?我找不到任何。

可能不完全相同,但类似的东西,用户可以在 imageView 中滑动图像会非常好,

谢谢

I really like the slideshow of application screenshots in application info in App Store. Does anyone have an idea how it is implemented? May be there are some tutorials or source code available? I could not find any.

May be not exactly the same, but something similar, where user can slide images in imageView would be very good

Thanks

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

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

发布评论

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

评论(2

栩栩如生 2024-10-02 14:20:30

请查看本教程,使用 UIScrollView 并将 pagingEnabled 设置为 YES

http://blog.proculo.de/archives/180 -Paging-enabled-UIScrollView-With-Previews.html

Check out this tutorial, using a UIScrollView with pagingEnabled set to YES.

http://blog.proculo.de/archives/180-Paging-enabled-UIScrollView-With-Previews.html

葵雨 2024-10-02 14:20:30

在我看来,就像一个标准的 UIScrollView,将 pagingEnabled 设置为 YES,托管几个排成一行的较小的 UIImageView。

Looks to me like a standard UIScrollView, with pagingEnabled set to YES, hosting a couple of smaller UIImageViews arranged in a row.

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