Skip to content

Create native imageviews from GIFs

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

mpociot/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

No packages published