gpt4 book ai didi

SwiftUI 部分标题 - 使用非大写?

转载 作者:行者123 更新时间:2023-12-04 11:04:50 30 4
gpt4 key购买 nike

创建一个列表如下:

struct ContentView: View {
var body: some View {
List {
Section(header: Text("Header")) {
Text("Row 1")
Text("Row 2")
}
}
.listStyle(PlainListStyle())
}
}
在节标题中使用大写文本。
enter image description here
有没有办法强制标题文本保留其原始大小写?

最佳答案

Section 上有一个 textCase(nil) 修饰符,它尊重原始文本大小写,适用于 iOS 14
来自 Apple 的开发者论坛:https://developer.apple.com/forums/thread/655524

Section(header: Text("Section Title")) {
[...]
}.textCase(nil)

关于SwiftUI 部分标题 - 使用非大写?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62753308/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com