Launched: Absolute position in Auto Layout

I feel this pain, right now it is impossible to create complex windows and dialogs that auto layout. But… I don’t like this solution. Having some elements to ignore auto layout will end up a huge mess, where it impossible to understand why one element is positioned the way it is.

The good solution will be to extend Auto Layout to Z-index, similar to what SwiftUI does with ZStack.

Here I’m showing how can it be done.