mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-10 11:14:08 +02:00
Minimum changes for Xcode 11 beta 5
This commit is contained in:
@@ -50,7 +50,7 @@ struct ConverterView : View {
|
||||
}
|
||||
Spacer()
|
||||
// Amount and conversion
|
||||
TextField($baseAmount, placeholder: Text("1.0"), onCommit: {
|
||||
TextField("1.0", text: $baseAmount, onCommit: {
|
||||
// TODO: update all currencies on the following list
|
||||
}).foregroundColor(.white)
|
||||
.background(
|
||||
|
||||
Reference in New Issue
Block a user