Simple grid system - devide your screen into number of columns - CODE EXAMPLE

A simple grid to create columns in your Corona SDK project

Motivation:

I’ve always get frustrated when I design an app, the design looks weird on different devices or resolutions. So I created a simple grid system so you can devide your screen in columns. I hope this will help you :slight_smile: Works really nice btw!

In this example I wanted the app to have 16 columns. You can add objects with the width of 1 or more columns.

Code exchange:

http://code.coronalabs.com/code/simple-grid-system

Example:

example.png