Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

13 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages