d
This commit is contained in:
@@ -19,9 +19,10 @@ extension MeetupId {
|
|||||||
TextField("Binding-3", value: $textField.v, formatter: Cord.TextFieldValueOwner())
|
TextField("Binding-3", value: $textField.v, formatter: Cord.TextFieldValueOwner())
|
||||||
.padding(8)
|
.padding(8)
|
||||||
.border(Color.blue, width: 2)
|
.border(Color.blue, width: 2)
|
||||||
|
if isLoading.v {
|
||||||
ProgressView()
|
ProgressView()
|
||||||
.padding(8)
|
.padding(8)
|
||||||
.opacity(isLoading.v ? 1 : 0)
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Button(action: join.v.send) {
|
Button(action: join.v.send) {
|
||||||
@@ -36,6 +37,7 @@ extension MeetupId {
|
|||||||
}
|
}
|
||||||
.frame(width: 320)
|
.frame(width: 320)
|
||||||
.padding()
|
.padding()
|
||||||
|
.animation(.easeInOut(duration: 0.3))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user