質問編集履歴

1

ちょっくら変えた

2021/02/18 08:31

投稿

rinrin200011
rinrin200011

スコア8

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