UI placed based on orientation of device

What options is available for displaying UI elements such as labels , buttons based on current resolution with margin offset to position of centre , top , bottom etc.

Can we do this programming wise as well - for example I’m using circle with PI to determine clicked position from centre of pivot to 0,1, -1, 2 and -2 which makes we wonder if I could use function to placement instead of transformation in node .

There are anchors that help position the elements dynamically.

Is this what you need?

2 Likes

Yes , thank you .

1 Like