Skip to content

Instantly share code, notes, and snippets.

@artanisdesign
Forked from pec1985/app.js
Created June 25, 2012 19:21
Show Gist options
  • Save artanisdesign/2990683 to your computer and use it in GitHub Desktop.
Save artanisdesign/2990683 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