gpt4 book ai didi

swiftui - 如何隐藏 Digital Crown 滚动指示器?

转载 作者:行者123 更新时间:2023-12-04 04:17:31 24 4
gpt4 key购买 nike

有没有办法使用 SwiftUI(或任何其他方式)在 Apple Watch 上隐藏数码表冠旋转指示器?

app screenshot thats what I'm trying to get rid off.

示例代码如下:

struct ContentView: View {
var body: some View {
List {
Text("uno")
Text("uno")
Text("uno")
Text("uno")
Text("uno")
Text("uno")
}
}
}

(是不是很神奇?)

我找不到“隐藏指示器”的任何等效项。有人可以帮忙吗?

最佳答案

不确定如何使用 List 隐藏指示器,但如果您使用的是 ScrollView,则可以选择隐藏指示器。

ScrollView(showsIndicators: false) {
// ...
}

关于swiftui - 如何隐藏 Digital Crown 滚动指示器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60326094/

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