Extends the view beyond the safe area.
97.2% of iOS users can use this modifier
iOS 13+ required
.edgesIgnoringSafeArea() Basic edgesIgnoringSafeArea modifier
Apply the .edgesIgnoringSafeArea() modifier to a view
Text("Hello, World!")
.edgesIgnoringSafeArea()The .edgesIgnoringSafeArea() modifier requires iOS 13 or later. This means 97.2% of current iOS users can use this modifier.
Apply the .edgesIgnoringSafeArea() modifier to any SwiftUI view. Check the code examples above for usage patterns.
Visit the official Apple documentation for detailed information.