Posts, a community app by Read.cv

Thread
Taurean Bryant
Replying to @d3s19n

There are probably better ways, but I'd just wrap the first two sections you've outlined in blue in their own auto layout frame.

Taurean Bryant
Replying to @d3s19n

like this, the blue outlines are auto-layout frames. Gray boxes are components or whatever else you want to position inside of them.

jonathan
Replying to @taurean

I see then set that to vertical layout and then wrap the whole thing and set that to horizontal?

Leland Foster
Replying to @d3s19n @taurean

you really don't have to use auto-layout in this case

Leland Foster
Replying to @d3s19n

You can use constraints. Constrain the button top / right. If the parent frame is auto layout, you can set the button top be absolute position

jonathan
Replying to @leland

Oh really dang should make the parent main frame vertical or horizontal?