Skip to content

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

Notifications You must be signed in to change notification settings

tatsuro-ueda/LBGIFImage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Example Usage

  1. put the framework ImageIO.framework into your project.

  2. import header file

    #import "UIImage+GIF.h"

  3. write code

    UIImage* image = [UIImage animatedGIFNamed:@"loading"];

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%