This commit is contained in:
Михаил Капелько
2023-12-14 18:11:58 +03:00
parent 848f658327
commit 36373058a5
5 changed files with 56 additions and 7 deletions

View File

@@ -13,6 +13,10 @@ struct V: View {
TextField("Placeholder", text: $vm.text)
.padding(8)
.border(Color.red, width: 2)
TextField("Binding-2", text: vm.bt2)
.padding(8)
.border(Color.blue, width: 2)
}
.frame(width: 320)
.padding()