Skip to content

Instantly share code, notes, and snippets.

@LuizGadao
LuizGadao / app.js
Last active January 3, 2016 13:59 — forked from skypanther/app.js
// implement like this:
var window = Ti.UI.createWindow({
backgroundColor:'#fff'
});
// draw the gridlines first so your other elements stack on top of them
// without requiring you to set the z-index property of each
var grid = require('gridlines');
grid.drawgrid(10,window);