Skip to content

Instantly share code, notes, and snippets.

View joseandro's full-sized avatar
:shipit:

Joseandro Luiz joseandro

:shipit:
View GitHub Profile
Titanium.UI.setBackgroundColor('red');
// root
var rootWin = Ti.UI.createWindow({
title: 'Root Win',
backgroundColor: 'gray',
tabBarHidden: true,
navBarHidden: true
});