質問編集履歴

1

試したことに追記

2021/03/12 03:54

投稿

pichon_
pichon_

スコア2

test CHANGED
File without changes
test CHANGED
@@ -122,6 +122,16 @@
122
122
 
123
123
 
124
124
 
125
+ Pickerの内部を以下のように修正しましたが,以下のようなエラーが発生しました.
126
+
127
+ List(0..<nameE.count){index in
128
+
129
+ Text(nameE[index])
130
+
131
+ Cannot convert value of type 'Int' to expected argument type 'Range<String.Index>'
132
+
133
+
134
+
125
135
  ```
126
136
 
127
137