Вот как он должен выглядеть:

Вот как он на самом деле выглядит на устройстве:

Это мое представление контента:
ContentView.swift
struct ContentView : View {
var body: some View {
ZStack(content: {
Circle().fill(ColorManager.petSupportBlue).frame(width: 350, height: 350).position(x: -50, y:30).ignoresSafeArea()
Circle().fill(ColorManager.petSupportBlue).frame(width: 350, height: 350).position(x: 50, y: -50).ignoresSafeArea()
})
}
}
Подробнее здесь: https://stackoverflow.com/questions/663 ... and-bottom
Мобильная версия