Skip to content

Instantly share code, notes, and snippets.

@pec1985
Created April 10, 2012 16:53
Show Gist options
  • Save pec1985/2352831 to your computer and use it in GitHub Desktop.
Save pec1985/2352831 to your computer and use it in GitHub Desktop.
Cool background color for iPhone
var win = Ti.UI.createWindow({
backgroundColor:'stripped'
});
win.open();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment