zoukankan      html  css  js  c++  java
  • UIImageView帧动画相关属性和方法-15-05-04

    UIImageView帧动画相关属性和方法
     
    •@property(nonatomic,copy) NSArray *animationImages;
    Ø需要播放的序列帧图片数组(里面都是UIImage对象,会按顺序显示里面的图片)
    Ø
    •@property(nonatomic) NSTimeInterval animationDuration;
    Ø帧动画的持续时间
    •@property(nonatomic) NSInteger animationRepeatCount;
    Ø帧动画的执行次数(默认是无限循环)
    •- (void)startAnimating;
    Ø开始执行帧动画
    •- (void)stopAnimating;
    Ø停止执行帧动画
    Ø
    •- (BOOL)isAnimating;
    Ø是否正在执行帧动画
  • 相关阅读:
    反射详解六
    反射详解五
    反射详解四
    反射详解三
    反射详解二
    mysql行转列
    mysql增删改查
    视图的使用
    js过滤
    错误集
  • 原文地址:https://www.cnblogs.com/tusiji7/p/4480323.html
Copyright © 2011-2022 走看看