質問編集履歴
1
不足していたコードの補足
title
CHANGED
File without changes
|
body
CHANGED
@@ -122,6 +122,11 @@
|
|
122
122
|
}
|
123
123
|
}
|
124
124
|
}
|
125
|
+
Section() {
|
126
|
+
Button("Save", action: saveAction)
|
127
|
+
.font(.headline)
|
128
|
+
.frame(maxWidth: .infinity, alignment: .center)
|
129
|
+
}
|
125
130
|
}
|
126
131
|
}
|
127
132
|
func saveAction() {
|