标签: ios animation
我从网络服务获得了超过200个图片网址,我正在将图片网址转换为UIImage数组并在UIImageView中显示动画,并且它在设备中崩溃并且在模拟器中正常工作?你能不能为这个问题提供任何解决方案。
UIImage
UIImageView
答案 0 :(得分:0)
我认为您应该使用本机API来处理这项工作:
[UIImage +animatedImageWithImages:(NSArray *)images duration:(NSTimeInterval)duration]