質問編集履歴

2

2017/08/19 00:27

投稿

shi_o
shi_o

スコア53

test CHANGED
File without changes
test CHANGED
@@ -180,18 +180,6 @@
180
180
 
181
181
  }
182
182
 
183
-
184
-
185
- // Specify properties to ignore (Realm won't persist these)
186
-
187
-
188
-
189
- // override static func ignoredProperties() -> [String] {
190
-
191
- // return []
192
-
193
- // }
194
-
195
183
  ```
196
184
 
197
185
 

1

2017/08/19 00:27

投稿

shi_o
shi_o

スコア53

test CHANGED
File without changes
test CHANGED
@@ -132,7 +132,7 @@
132
132
 
133
133
  }
134
134
 
135
- playerafter.id = id + 1
135
+ playerafter.id = id + 1 // 2回目のループでここに来たときにエラーになる
136
136
 
137
137
  playerafter.name = realmname[id]
138
138