gpt4 book ai didi

hide - 如何在 SwiftUI 中隐藏状态栏

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

我想隐藏 SwiftUI 中的状态栏。我尝试过“statusBar(hidden: true)”方法,但它不起作用。是否有任何解决方案可以在 SwiftUI 中实现。

演示代码如下:

var body: some View {
VStack {
Text("Hello World")

}
.frame(minWidth: 0, maxWidth: .infinity, minHeight: 0, maxHeight: .infinity)
.background(Color.blue)
.edgesIgnoringSafeArea(.all)
.statusBar(hidden: true)

}

最佳答案

.edgesIgnoringSafeArea(.all)
.statusBar(hidden: true)

尝试这个

关于hide - 如何在 SwiftUI 中隐藏状态栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56896719/

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