Ios swift – position of image in a stack cut after being re-positioned
I am trying to offset an image to make a nice profile view but the image is cut-off as shown in the image below: and below is the code: NavigationStack { ScrollView(.vertical) { Section() { VStack() { Image("dflt_profile_img") .resizable() .frame(width:…