SwiftUI图像未显示在xcode预览画布中

时间:2020-06-03 09:53:05

标签: swiftui xcode11.4

我已经添加了自定义目标作为在我的代码库中使用的框架。我无法在预览画布中看到图像 。在模拟器中运行时,图像在那里。

enter image description here enter image description here

VStack(alignment: .leading) {
        Text("Hello World")
        Image("icon_star")
        .resizable()
        .renderingMode(.original)
        .frame(width: 14, height: 14)

    }.background(Color.white)

任何建议

谢谢

0 个答案:

没有答案