質問編集履歴

2

コードの追加

2016/11/08 10:15

投稿

shintarou
shintarou

スコア12

test CHANGED
File without changes
test CHANGED
@@ -17,3 +17,11 @@
17
17
  (swift3.0の書き方)
18
18
 
19
19
  tableView.insertRows(at: insertIndexPaths, with: UITableViewRowAnimation.top)
20
+
21
+
22
+
23
+ 試したコードはこちらです。
24
+
25
+
26
+
27
+ self.tableView.insertRows(at: forRow: 0,insection: 0 with: UITableViewRowAnimation.right)

1

タイトルの変更

2016/11/08 10:15

投稿

shintarou
shintarou

スコア12

test CHANGED
@@ -1 +1 @@
1
- swift3.0のinsertRowsAtIndexPathsの書き方について
1
+ swift3.0のinsertRowsAtIndexPathsの書き方まいちわかりません。教えください!!
test CHANGED
File without changes