Код: Выделить всё
struct ContentView : View {
var body: some View {
ZStack {
Color.purple
.ignoresSafeArea()
.frame(minWidth: 0, maxWidth: .infinity, minHeight: 0, maxHeight: .infinity)
.edgesIgnoringSafeArea(.all)
}
}
}
Подробнее здесь: https://stackoverflow.com/questions/793 ... in-swiftui
Мобильная версия