SDWebImage加载网络GIF

2018-07-22  本文已影响423人  倪大头
pod 'SDWebImage/GIF'
FLAnimatedImage *image = [[FLAnimatedImage alloc]initWithAnimatedGIFData:[NSData dataWithContentsOfURL:[NSURL URLWithString:urlStr]]];
FLAnimatedImageView *imageView = [[FLAnimatedImageView alloc]initWithFrame:CGRectMake(100, 100, 100, 100)];
imageView.animatedImage = image;
[self.view addSubview:imageView];
上一篇 下一篇

猜你喜欢

热点阅读