Код: Выделить всё
struct ContentView: View {
var body: some View {
VStack {
Image(systemName: "globe")
.imageScale(.large)
.foregroundStyle(.tint)
Text("Hello, world!")
}
.background(Color.red)
}
}
Код: Выделить всё
.frame(maxWidth: .infinity, maxHeight: .infinity)[*]
Код: Выделить всё
ZStackПодробнее здесь: https://stackoverflow.com/questions/797 ... iftui-apps
Мобильная версия