Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 426 Bytes

File metadata and controls

16 lines (11 loc) · 426 Bytes

TiGridLayout

TiGridLayout is an Appcelerator Titanium module to Tile your Buttons, or any other UI View in a Grid / Tile layout.

How to Use

Drag files into a /libs folder under Resources:

  • GridLayout.js
  • alignment.js

// GridLayout(row, col, padding, objects, spacePercentage) var grid = require("libs/GridLayout").GridLayout(3,2,5,objArrays,80);

Demo App demonstrates a tile layout sample.