teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

不足していたコードの補足

2024/02/14 08:41

投稿

runrun
runrun

スコア37

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() {