Skip to content

This is a small category that creates an animated UIImage out of a gif image.

License

Notifications You must be signed in to change notification settings

lbrndnr/LBGIFImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LBGIFImage

About

LBGIFImage is an easy and efficient way to display animated GIF images. It's based on the ImageIO.framework which makes it fast and lightweight.

Installation

  1. Drag the LBGIFImage folder into your project.
  2. Import the ImageIO.framework.

Example

NSData* data = [NSData dataWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"image" ofType:@"gif"]];
UIImage* image = [UIImage animatedGIFWithData:data];

License

LBGIFImage is licensed under the MIT License.

About

This is a small category that creates an animated UIImage out of a gif image.

Resources

License

Stars

Watchers

Forks

Packages

No packages published