I am trying to set height and width of an image . I've tried using following code but it didn't work.
Image("testImg")
.frame(width: 50, height: 50)
I am trying to set height and width of an image . I've tried using following code but it didn't work.
Image("testImg")
.frame(width: 50, height: 50)
Try this
Try this code: