Skip to content

Instantly share code, notes, and snippets.

@jhaynie
Created November 29, 2010 05:31
Show Gist options
  • Save jhaynie/719614 to your computer and use it in GitHub Desktop.
Save jhaynie/719614 to your computer and use it in GitHub Desktop.
translucent navbar
// make the contents of the window nav bar translucent like the iPhone app
var win = Titanium.UI.createWindow({barColor:"transparent",translucent:true});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment