回答編集履歴

2

訂正

2020/05/23 07:49

投稿

退会済みユーザー
test CHANGED
@@ -6,7 +6,9 @@
6
6
 
7
7
  ```Objective-c
8
8
 
9
- mycontroller.modalPresentationStyle = UIModalPresentationFullScreen
9
+ [mycontroller setModalPresentationStyle:UIModalPresentationFullScreen];
10
+
11
+ //mycontroller.modalPresentationStyle = UIModalPresentationFullScreen
10
12
 
11
13
  ```
12
14
 

1

訂正

2020/05/23 07:49

投稿

退会済みユーザー
test CHANGED
@@ -13,3 +13,7 @@
13
13
 
14
14
 
15
15
  こうですか?
16
+
17
+ けど、iphoneだと全画面表示されるから違うかな?
18
+
19
+ 間違ってたらごめんなさい