回答編集履歴
1
ref
test
CHANGED
@@ -11,3 +11,7 @@
|
|
11
11
|
Text("(rowData.id)") //Stringに埋め込み
|
12
12
|
|
13
13
|
```
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
Text: [init<S>(_ content: S) where S : StringProtocol](https://developer.apple.com/documentation/swiftui/text/init(_:)-9d1g4)
|