質問編集履歴

1

cellArrayをcellNumberArrayにcellForRowAt内の[indexPath.row]の前をsortedTaskResultに変更しました

2018/10/19 04:37

投稿

kizahashi
kizahashi

スコア17

test CHANGED
File without changes
test CHANGED
@@ -220,7 +220,7 @@
220
220
 
221
221
 
222
222
 
223
- cell.textLabel?.text = "(cellArray[indexPath.row])"
223
+ cell.textLabel?.text = "(cellNumberArray[indexPath.row])"
224
224
 
225
225
  cell.taskLabel.text = taskList.list[indexPath.row].name
226
226