Skip to content

Instantly share code, notes, and snippets.

var tabGroup = Titanium.UI.createTabGroup({
backgroundColor:'blue',
tabsBackgroundColor:'white',
});
var win1 = Titanium.UI.createWindow({
title:'Tab 2',
backgroundColor:'#E6E0F8',
navBarHidden: true,
tabBarHidden: true,