UIImageView帧动画相关属性介绍 1:相关属性: //An array of UIImage objects to use for an animation.存放UIImage对象,会按顺序显示里面的图片 @property(nonatomic,copy) NSArray *animationImages; //帧动画的持续时间 @property(nonatomic) NSTimeInterval animationDuration; //帧动画的执行次数(默认是无限循环) @prop
关于内存优化,人云亦云 各有己见.本文将通过设置Strpping Level ,减少内存使用. 先看三幅图: 1.没做任何优化,默认选项 2.设置Stripping level 为 Use micro mscorlib; 设置 script call Optimization为Fast but no exceptions 因为本demo用到jsonFX json解析器,牵扯到system.dll 里面的东西,所以程序直接崩掉.(Don't use anything that lives in S