如何让uiscrollview的内容循环播放?
我想让 uiscrollview 的内容循环运行。换句话说,我的意思是,当我们移动到顶部并尝试访问上一个内容时,应该显示滚动视图的最后一个内容,如果我位于最后一个内容并尝试访问下一个内容,则应该显示第一个内容。 我想在uiscrollview中实现无限滚动
在objective-c iPhone中可以吗?
请告诉我任何教程链接或执行此操作的代码。
提前致谢。
I want to make content of uiscrollview to be run in cycle. In other words, I mean when we move to the top and try to access the previous then the last content of the scrollview should be displayed AND if I am on last content and try to access next then first content should be display.
I want to achieve infinite scrolling in uiscrollview
Is it possible in objective-c iPhone?
Please tell me any tutorial link or the code to do this.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在这里找到了问题的答案 http://iosdevelopertips。 com/user-interface/creating-circular-and-infinite-uiscrollviews.html
它对我的项目有帮助
I found the answer of my question here http://iosdevelopertips.com/user-interface/creating-circular-and-infinite-uiscrollviews.html
It helped me in my project
观看 UIScrollView 上的 WWDC 视频。
Take a look at the WWDC videos on UIScrollView.