Skip to content

Instantly share code, notes, and snippets.

@tonylukasavage
Created June 7, 2012 20:39
Show Gist options
  • Save tonylukasavage/2891418 to your computer and use it in GitHub Desktop.
Save tonylukasavage/2891418 to your computer and use it in GitHub Desktop.
Embed test
var win = Ti.UI.createWindow({
backgroundColor: '#fff',
exitOnClose: true,
navBarHidden: false
});
win.open();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment