Currently you can use auto-layout to align items to one axis, be it x or y, however it falls apart really quickly when you have to make grid-like layouts. You essentially have to resort to nested structures in your layers and it looks ugly.
My question is - are we going to get either a grid layout or a multiple axis option in the auto-layout?