美文网首页
动态展示gif

动态展示gif

作者: 精神薇 | 来源:发表于2018-10-18 16:51 被阅读0次
    #import "NEUGIFImage.h"
    #import "NEUImageView.h"
       NEUImageView* imageView = [[NEUImageView alloc] initWithFrame:CGRectMake(0, 160, 100, 100)];
        [self addSubview:imageView];
        imageView.image = [NEUGIFImage imageNamed:@"NeuRecord.bundle/1.gif"];
    

    https://github.com/zhengwei931102/GIFImage.git

    相关文章

      网友评论

          本文标题:动态展示gif

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