๐ฆ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)SwiftOnTap โฉ View โฉ
Swift.Equatable
Last updated
Was this helpful?