Skip to content

Instantly share code, notes, and snippets.

@hvgotcodes
Created May 27, 2011 14:10
Show Gist options
  • Save hvgotcodes/995318 to your computer and use it in GitHub Desktop.
Save hvgotcodes/995318 to your computer and use it in GitHub Desktop.
var row = Ti.UI.createTableViewRow({
height:'auto',
hasChild : true,
backgroundColor: 'black'
// backgroundGradient: {
// type: 'linear',
// colors: ['#000001','#666666'],
// backFillStart: false
// }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment