我可以在不设置图层的情况下创建多个图像动画吗
谁能告诉我如何获取存储在数组中的多个图像,以便图像根据提供的数组进行动画处理。
谢谢。
Can anyone tell me that how can i get multiple images stored in an array so that the image will animate depending on that array provided.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看
UIImageView
和animationImages
属性,您可以设置图像数组。然后,您可以设置animationDuration
和animationRepeatCount
属性来控制动画。Have a look at
UIImageView
and theanimationImages
property, you can set an array of images. You can then set theanimationDuration
andanimationRepeatCount
property to control the animation.