标签: iphone objective-c uiimageview uiimage
任何人都可以告诉我,如何将多个图像存储在一个数组中,以便根据所提供的数组对图像进行动画处理。
感谢。
答案 0 :(得分:3)
查看UIImageView和animationImages属性,您可以设置图像数组。然后,您可以设置animationDuration和animationRepeatCount属性来控制动画。
UIImageView
animationImages
animationDuration
animationRepeatCount