Relative Content

Tag Archive for swiftuiswiftui-vstack

How to align a VStack with 80% width with Texts centrally when it is in a ZStack?

I want to place a VStack including a few Text-Views in the center of the screen with a white background and opacity 50%. Therefore I tried the GeometryReader and know that it tries to consume 100% of the available size, but the end result looks strange. When I try to inspect the elements it seems to be caused by the ZStack containing the background image.