I have a large image in Assets.xcassets. How to resize this image with SwiftUI to make it small?
I tried to set frame but it doesn't work:
Image(room.thumbnailImage) .frame(width: 32.0, height: 32.0)
ios swift swiftui
ios ×1
swift ×1
swiftui ×1