質問編集履歴

1

現状で設定しているmodalPresentationStyleについて追記しました。

2017/05/17 05:47

投稿

_WY_
_WY_

スコア7

test CHANGED
File without changes
test CHANGED
@@ -46,6 +46,10 @@
46
46
 
47
47
  let modalVC = ModalViewController()
48
48
 
49
+ // (H29.05.17追記: modalPresentationStyleは.overCurrentContextを指定しています)
50
+
51
+ modalVC.modalPresentationStyle = .overCurrentContext
52
+
49
53
  self.present(modalVC, animated: true, completion: nil)
50
54
 
51
55