How to add rounded corners in SwiftUI
Rounded corners, like many other things in SwiftUI, can be added in few different ways. In this...
ZStack allows displaying one view at the top of another. It is a very versatile view. You can control the position of children in all three dimensions.