Skip to content

Leykion/LBGIFImage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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

LBYouTubeView 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

Releases

No releases published

Packages

 
 
 

Contributors