【发布时间】:2020-02-20 18:05:06
【问题描述】:
有没有办法使用 SwiftUI(或任何其他方式)在 Apple Watch 上隐藏 Digital Crown 旋转指示器?
这里是示例代码:
struct ContentView: View {
var body: some View {
List {
Text("uno")
Text("uno")
Text("uno")
Text("uno")
Text("uno")
Text("uno")
}
}
}
(是不是很神奇?)
我找不到“隐藏指示器”的任何等效项。有人可以帮忙吗?
【问题讨论】: