UIScrollView 中的动画过渡
我有一个包含 UIImageViews 的 UIScrollView。
我想使用淡入淡出样式为视图之间的过渡设置动画。所以,如果我们在索引 0 处,然后继续前进,索引 1 处的图像将显示在图像 0 之上。
有什么帮助吗?
谢谢你!
I have a UIScrollView that holds UIImageViews.
I'd like to animate the transition between views using a fading style. So, if we are at index 0, and we move on, the image at index 1 will display OVER the image 0.
Any help?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在两个视图之间淡入淡出的一种非常简单的方法:
A really simple way of fading between two views: