Skip to content

flexfrank/FVGifAnimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FVGifAnimation

FVGifAnimation is a library to play an animated GIF on iOS. FVGifAnimation loads frames of an animed GIF using Image I/O and sets frames to UIImageView.

FVGifAnimation requires iOS 4 or later.

Usage

    FVGifAnimation* gifAnimation=[[[FVGifAnimation alloc] initWithData:data] autorelease];
    if([gifAnimation canAnimate]){
        [gifAnimation setAnimationToImageView:self.imageView];
        [self.imageView startAnimating];
    }

License

FVGifAnimation is licensed under the MIT License. Copyright © 2012, Shumpei Akai.

About

FVGifAnimation is a library to play an animated GIF on iOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published