Skip to content

Instantly share code, notes, and snippets.

@vivekgidmare
Forked from FokkeZB/index.xml
Created January 22, 2014 04:15
Show Gist options
  • Save vivekgidmare/8553399 to your computer and use it in GitHub Desktop.
Save vivekgidmare/8553399 to your computer and use it in GitHub Desktop.
<Alloy>
<Window module="xp.ui">
<Label>Hello World</Label>
</Window>
</Alloy>
exports.createWindow = function(args) {
return Ti.UI[OS_IOS ? 'createWindow' : 'createView'](args);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment