Using auto layout and space between to control the look of multiple avatar scenarios. Plus, using smart animate to reveal multiple avatars if they are stacked behind one another. Since auto layout's design pattern is always stacked from top to bottom or bottom to top, I will also take a look at customizing the stacking order with a non-auto layout frame. I'll animate between two frames for a single use, then between two variants of a component to use multiple times across layouts. Let's get started.