我使用swift以及如何呈现模态视图控制器,但他的背景是透明的。其他视图控制器的内容在后面可见。
答案 0 :(得分:0)
这个适用于我:
self.presentingViewController.providesPresentationContextTransitionStyle = YES;
self.presentingViewController.definesPresentationContext = YES;
modal.modalPresentationStyle = UIModalPresentationOverCurrentContext;