๐ฆImage
// Some code
Image("name")Image("Landscape_4") // image from asset or bundle
// โญ๏ธ scale it to fit within its container
.resizable()
.aspectRatio(contentMode: .fit) // = .scaledToFit()
.frame(width: 80.0, height: 80.0)Last updated