UIImageView帧动画相关属性介绍 1:相关属性: //An array of UIImage objects to use for an animation.存放UIImage对象,会按顺序显示里面的图片 @property(nonatomic,copy) NSArray *animationImages; //帧动画的持续时间 @property(nonatomic) NSTimeInterval animationDuration; //帧动画的执行次数(默认是无限循环) @prop…