UNPKG

@titanium/turbo

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