Auto-layout works like a flexbox so it automatically layout the layers inside according to the auto-layout settings. So, if you want to put some elements on top of the background inside an auto-layout, you would need to use the absolute position on that layer. So that it will not follow the auto-layout.