How to display a view frame size for debugging
In this SwiftUI tutorial, you will learn what a GeometryReader is and how to use it to...
GeometryReader is a SwiftUI container view that provides its own size and coordinates. Use it to measure views or calculate the size of the elements.