質問編集履歴
1
ちょっくら変えた
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,13 +2,13 @@
|
|
2
2
|
|
3
3
|
```swift
|
4
4
|
|
5
|
-
self.presentingViewController?
|
5
|
+
self.presentingViewController?.dismiss(animeted: true)
|
6
6
|
|
7
7
|
```
|
8
8
|
|
9
9
|
と、
|
10
10
|
|
11
|
-
```
|
11
|
+
```swift
|
12
12
|
|
13
13
|
dismiss(animated: true,completion: nil)
|
14
14
|
|