SwiftUI:persistentSystemOverlaysとstatusBarHiddenの指定ありとなしExample

persistentSystemOverlaysとstatusBarHidden

指定なし

指定あり

.persistentSystemOverlays(.hidden)
.statusBarHidden()
.padding(EdgeInsets(top: 4, leading: 0, bottom: 0, trailing: 0))
.background(Color("MainBackGroundColor", bundle: .main))

SwiftSwift,SwiftUI

Posted by shi-n