Hey all, I’m trying to figure out if it’s possible to use auto layout to place two objects, one center, one left/right. For example:
A mobile header with a page title at top center with a back/close/home button on left/right.
I know I can align everything left or right, then use the spacing to push the innermost object toward the center, but at best I’m just eyeballing it. Rather, I’d like it to be placed dead center every time, while the second object is a specific distance from the edge every time.
Thanks in advance!