UNPKG

@titanium/turbo

Version:

Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid development.

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