美文网首页
UIImage加载gif图片

UIImage加载gif图片

作者: 默默默默摸鱼儿 | 来源:发表于2015-12-01 22:59 被阅读976次

UIImage*image= [UIImageimageNamed:@"loadingfish.gif"];

_fetureLodingImg.image = image;

NSArray*loadingArray= image.images;

_fetureLodingImg.animationImages= loadingArray;

_fetureLodingImg.animationDuration=1;//执行一次完整动画所需的时长

_fetureLodingImg.animationRepeatCount =0;//动画重复次数

相关文章

网友评论

      本文标题:UIImage加载gif图片

      本文链接:https://www.haomeiwen.com/subject/gsgjhttx.html