Skip to content

Instantly share code, notes, and snippets.

@meeech
meeech / gist:3894108
Created October 15, 2012 18:15
sidemenu distilled
//Barebones example of how we do sidemenu in iOS app.
//You use this window as the container for your navGroup.
var rootWin = Titanium.UI.createWindow({
zIndex: 2,
width: '100%',
backgroundColor: '#f00',
listPanelVisible: false //Custom prop
});