diff --git a/MVMCore/MVMCore/PresentationHandling/MVMCorePresentAnimationOperation.m b/MVMCore/MVMCore/PresentationHandling/MVMCorePresentAnimationOperation.m index 797346c..a64e739 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 = UIModalPresentationFullScreen; + self.presentedViewController.modalPresentationStyle = UIModalPresentationAutomatic; self.animate = animated; } return self;