Introduction
Absolute positioning in Auto Layout lets you place an object exactly where you want inside a frame that arranges items automatically. This helps when you want one item to stay fixed while others move around.
When you want a button to stay in the top-right corner of a panel while other items stack below.
When you need a badge or icon to overlap part of a list item inside an auto-arranged list.
When you want a label to float over an image inside a frame that automatically resizes.
When you want to keep a close icon fixed in a corner while the rest of the content flows.
When you want to add a decorative shape that does not affect the spacing of other items.