Skip to content

Instantly share code, notes, and snippets.

@jhaynie
Created July 25, 2014 01:23
Show Gist options
  • Save jhaynie/87c5c794203c13b6ac43 to your computer and use it in GitHub Desktop.
Save jhaynie/87c5c794203c13b6ac43 to your computer and use it in GitHub Desktop.
Simple Ti WIndow
var w = Ti.UI.createWindow();
w.open();
w.backgroundColor = 'red';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment