Skip to content

Instantly share code, notes, and snippets.

@marfife-gist
marfife-gist / ui_sugar.js
Created April 30, 2012 01:46
Titanium UI shortcuts
var i, j, event_;
function TiUber() {
this.NO_SELECTION_ROW = Ti.UI.iPhone.TableViewCellSelectionStyle.NONE;
this.FLEXSPACE = Ti.UI.createButton({ systemButton:Ti.UI.iPhone.SystemButton.FLEXIBLE_SPACE });
this.currentWindow = function() { return Ti.UI.currentWindow; };
this.win = function(data) {