A

Size: a a a
A

A
@State var email = ""
@State var password = ""
var body: some View {
VStack {
Text("Вход")
.font(.title)
.bold()
SegmentedController()
Form {
Section {
TextField("Email", text: $email)
TextField("Password", text: $password)
}
}
}
}A

AB
об
WM
AD
A
G
G