How can I position a View at the bottom without using a spacer. I know I can achieve it placing a spacer and my view in inside a VStack but I don\'t want to use a spacer bec
Position property will help you try this way
Group{ // container View Text("iner label") }.position(x: UIScreen.main.bounds.width/2, y: UIScreen.main.bounds.height-50)