teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

訂正

2018/12/06 13:50

投稿

退会済みユーザー
answer CHANGED
@@ -1,3 +1,8 @@
1
1
  名称はわかりました。
2
2
  Reordering control/並べ替えコントロール
3
- -iOS Table Viewプログラミングガイドより。
3
+ -iOS Table Viewプログラミングガイドより。
4
+
5
+ recorderringControlをタップした際には、`tableView(_:sourceIndexPath:to destinationIndexPath:)`を通るので、ここで、編集モードをオフにするアニメーション処理を記述
6
+
7
+ ReorderControlの水平方向センタリングができないところは、良い手立てが見つからないので、
8
+ 編集モードにする際に、viewのtrailingをcontentViewから少し左方向にずらしてあげることでごまかす。