前言
xcode 13.3
iOS 15.4
1、状态栏隐藏和显示
/// Sets the visibility of the status bar.
/// UsestatusBar(hidden:)
to show or hide the status bar.
/// - Parameter hidden: A Boolean value that indicates whether to hide the status bar.
/// 设置状态栏的可见性。
/// 使用 “状态栏(隐藏:)” 显示或隐藏状态栏。
///- 参数隐藏:一个布尔值,指示是否隐藏状态栏。
.statusBar(hidden: true)
2、状态栏的颜色设置
/// The color scheme that corresponds to a light appearance.
/// 与灯光外观相对应的配色方案。
case light
/// The color scheme that corresponds to