diff --git a/MVMCore/MVMCore/PresentationHandling/MVMCorePresentAnimationOperation.m b/MVMCore/MVMCore/PresentationHandling/MVMCorePresentAnimationOperation.m index 15b60fc..797346c 100644 --- a/MVMCore/MVMCore/PresentationHandling/MVMCorePresentAnimationOperation.m +++ b/MVMCore/MVMCore/PresentationHandling/MVMCorePresentAnimationOperation.m @@ -23,6 +23,7 @@ if (self = [super init]) { self.presentedViewController = presentedViewController; self.presentingViewController = presentingViewController; + self.presentedViewController.modalPresentationStyle = UIModalPresentationFullScreen; self.animate = animated; } return self;