Skip to content

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

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

yozef/TiGridLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published