Skip to content

Instantly share code, notes, and snippets.

@piceman
piceman / badSwith
Created May 28, 2012 22:03
how easy to disable the variable reference of titamium
var win = Titanium.UI.currentWindow;
//
// BASIC SWITCH
//
var s=Ti.UI.createTableView({
});
var ss = Ti.UI.createScrollView({
top : 0,