UNPKG

@titanium/turbo

Version:

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

5 lines 190 B
Alloy.Globals.winTop = (OS_IOS && parseInt(Ti.Platform.version, 10) >= 7) ? 20 : 0; Ti.UI.backgroundColor = '#eee'; if (OS_IOS) { Alloy.Collections.icons = Alloy.createCollection('icon'); }