📦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?