Skip to content

mandy04/GifAnimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GifAnimation

加载gif动画图片

1.ARC下加载动画图片
2.在Demo中通过调用
NSString* filePath = [[NSBundle mainBundle] pathForResource:@"loadingHd.gif" ofType:nil]; NSData * imageData = [NSData dataWithContentsOfFile:filePath]; MCGIFImageView *gifImageView = [[MCGIFImageView alloc] initWithFrame:CGRectMake(100, 100, 75, 110)]; [gifImageView setData:imageData]; 即可。

About

加载gif动画图片

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published