質問編集履歴

1

誤字

2020/02/29 02:33

投稿

daigororo
daigororo

スコア9

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  cell.CommentCountLabel.text = String(list[indexPath.row].CommentCount)
44
44
 
45
- cell.PostToken = Float(list[indexPath.row].PostToken!)
45
+
46
46
 
47
47
 
48
48
 
@@ -58,11 +58,7 @@
58
58
 
59
59
 
60
60
 
61
- // cell.CommentButton.tag = indexPath.row
61
+
62
-
63
- // cell.CommentButton.addTarget(self,action: #selector(CommentButtonAction(_:)), for: .touchUpInside)
64
-
65
-
66
62
 
67
63
  let expressionPost = AWSS3TransferUtilityDownloadExpression()
68
64