我想让它成为可能,当用户到达最后一张图像时显示其后的第一个图像,依此类推

发布于 2024-12-21 05:59:11 字数 150 浏览 4 评论 0原文

我有一个 UIScrollView ,其中有不同的图像(大约 30 个)。我想让它成为可能,当用户到达最后一张图像时显示其后的第一个图像,依此类推。我想用第一张图像实现相同的功能(转到最后一张图像)。我想平滑地循环图像,用户甚至不会注意到他正在进行另一个循环。

I've got an UIScrollView and in it different images (about 30). I'd like to make it possible, when user reaches the last image to show the first one after it and so on. And I want to implement the same feature with the first image (to go to the last one). I'd like to loop the images smoothly that user won't even notice that he is making another loop.

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

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

发布评论

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

评论(1

转身泪倾城 2024-12-28 05:59:11

这是一篇关于如何执行此操作的文章。它描述了如何实现并包含代码 - 即使它是用 Objective-C 编写的(但应该很容易转换为 C#)。

Here's an article on how to do it. It describe how and also include code - even if it's in Objective-C (but it should be easy to convert to C#).

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