ios-为什么不';t文本框展开以适应文本
发布时间:2022-09-05 16:42:22 330
相关标签: # android
我有一个包含多行文本的 VStack,但由于某种原因,第二行文本不会扩展以适应框架
我的代码如下所示 - 它实际上非常简单。
VStack(alignment: .leading) {
Text("PS5").font(.custom("Kufam Regular", size: 24))
.foregroundColor(CustomColor.lightGrey)
.padding(.top, 10.0)
Text("A Sony Playstation 5").font(.custom("Kufam Regular", size: 15))
.foregroundColor(CustomColor.lightGrey)
.padding(.top, 10.0)
Text("PS5").font(.custom("Kufam Regular", size: 15))
.foregroundColor(CustomColor.lightGrey)
.padding(.vertical, 10.0)
Spacer()
}
.frame(width: .infinity, height: 120.0)
.padding(EdgeInsets(top: 0, leading: 10, bottom: 0, trailing: 90))
特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报