【发布时间】:2021-01-10 12:01:21
【问题描述】:
swiftui 我正在学习新东西。我无法对齐我的大脑停止了。在图片中,我说我想如何做到这一点。你能帮忙吗?
HStack{
Text("Picture")
.font(.custom("Pacifico-Regular",size: 50))
.padding()
.foregroundColor(Color.white)
.shadow(color: .white, radius: 10, x: 0, y: 0)
Image("1coin").resizable()
.aspectRatio(contentMode: .fit)
.frame(width:30, height: 30)
Text("123")
.font(.custom("Pacifico-Regular",size: 20))
.foregroundColor(Color.white)
}
【问题讨论】: