So I seem to be having layout issues when implementing Auto Layout & Absolute Position, with more complex layouts, the stacking order does not work with Auto Layout because Absolute Position ignores the order of objects in the design and you end up with Absolute Position fulling under Auto Layout objects like the example below?
Has anyone here got any solutions for this layout problem?