Examples
>
Interactive Subviews
Subviews
When adding a subview to another view it will automatically position itself based on its frame.
If you remove a subview, it will maintain its original position when added back to its superview.
You can also remove a view from it’s superview like so:
Example