Hi guys,
I’ve made a simple module to allow Corona programmers to position their objects in a stacklayout with ease! This module allows to stack display objects, grouped objects and widgets. It particularly great for business type apps.
You can find the library here: https://github.com/bramvbilsen/StackLayoutCoronaSDK
You can also add the stacklayout to a scrollview or to the sceneGroup by doing something like this:
for i=1, #stacklayout do sceneGroup:insert(stacklayout[i]) end
I hope some of you can put it to good use 
