回答編集履歴

1

s

2018/06/18 23:37

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -1,4 +1,16 @@
1
1
  閉じるというのは`Modal`のことですかね。
2
+
3
+
4
+
5
+ ナビゲーションだったら????
6
+
7
+
8
+
9
+ ```swift
10
+
11
+ navigationController?.popToRootViewController(animated: true)
12
+
13
+ ```
2
14
 
3
15
 
4
16