UNPKG

@titanium/turbo

Version:

🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!

10 lines (8 loc) • 189 B
function openAddUser(e) { Alloy.createController('add').getView().open(); } // save reference to NavigationGroup on iOS if (OS_IOS) { Alloy.Globals.navgroup = $.index; } $.index.open();