Create a native iOS imageview with an animated GIF.
TiImageFromGIF enhances the default Ti.ImageView component.
require('de.marcelpociot.imagefromgif');
var image = Ti.UI.createImageView({
layout: "horizontal",
gif: "test.gif"
});
win.add( image );
Type: String
Default: ``
String to the GIF file to load.
I'm a web enthusiast located in Germany and in charge of http://www.titaniumcontrols.com
Follow me on twitter: @marcelpociot / @TitaniumCTRLs