美文网首页
UIImageView展示一组静态图片,成为动图

UIImageView展示一组静态图片,成为动图

作者: HKrystal | 来源:发表于2019-06-25 11:52 被阅读0次
    UIImageView *imageV = [[UIImageView alloc]init];
    imageV.animationImages = @[image1,image2,image3];
    imageV.animationDuration = 1;
    [imageV startAnimating];
    

    相关文章

      网友评论

          本文标题:UIImageView展示一组静态图片,成为动图

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