UNPKG

@titanium/turbo

Version:

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

8 lines (6 loc) • 135 B
function addView() { $.scroller.views = $.scroller.views.concat(Ti.UI.createView({ backgroundColor: '#ff0' })); } $.index.open();