标签: ios swift swiftui
我正在尝试设置图像的高度和宽度。我尝试使用以下代码,但它不会影响图像的宽度和高度。
Image("myImg") .frame(width: 150, height: 150)
请帮助。