Skip to content

SoftvalleySolutions/TiImageFromGIF

 
 

Repository files navigation

TiImageFromGIF

Create a native iOS imageview with an animated GIF.

Usage

TiImageFromGIF enhances the default Ti.ImageView component.

require('de.marcelpociot.imagefromgif');

var image = Ti.UI.createImageView({
	layout: "horizontal",
	gif: "test.gif"
});
win.add( image );

Options

gif

Type: String
Default: ``

String to the GIF file to load.

ABOUT THE AUTHOR

I'm a web enthusiast located in Germany and in charge of http://www.titaniumcontrols.com

Follow me on twitter: @marcelpociot / @TitaniumCTRLs

Bitdeli Badge

About

Create native imageviews from GIFs

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Objective-C 53.2%
  • Python 45.3%
  • JavaScript 1.5%