我已经添加了自定义目标作为在我的代码库中使用的框架。我无法在预览画布中看到图像 。在模拟器中运行时,图像在那里。
VStack(alignment: .leading) {
Text("Hello World")
Image("icon_star")
.resizable()
.renderingMode(.original)
.frame(width: 14, height: 14)
}.background(Color.white)
任何建议
谢谢