Here i have an image that i want to display inside a stack. This stack has a fixed width & height.
Image("greatForestStart")
.resizable()
.scaleToFill()
.frame(width: 450, height: 450)
Here i have an image that i want to display inside a stack. This stack has a fixed width & height.
Image("greatForestStart")
.resizable()
.scaleToFill()
.frame(width: 450, height: 450)