🎯 What you'll practice: Auto Layout's direction, spacing, padding, and resizing rules.
1-B 2-B 3-A 4-B | 5 = spacing 6 = padding 7 = Auto Layout automatically resizes and repositions elements as content changes, saving manual rework 8 = When an element must always stay a specific size regardless of content, e.g. a fixed-size icon 9 = e.g. a search input bar that should expand to fill the remaining width of its container | 10 = Answers vary — e.g. vertical direction, 16px spacing between cards, 24px padding around the list, list set to Hug height and Fill width, each card set to Fill width and Hug height.