79598074

Date: 2025-04-29 09:57:45
Score: 1
Natty:
Report link

try with ignoresSafeArea()

@main
struct TestMacTabApp: App {
  var body: some Scene {
    WindowGroup {
      Color.pink
        .ignoresSafeArea()
    }
  }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sagar Bhut