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