我想让它成为可能,当用户到达最后一张图像时显示其后的第一个图像,依此类推
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一篇关于如何执行此操作的文章。它描述了如何实现并包含代码 - 即使它是用 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#).