We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2532f commit d22b44bCopy full SHA for d22b44b
ios/Classes/PspdfkitPlugin.m
@@ -62,6 +62,7 @@ - (void)handleMethodCall:(FlutterMethodCall*)call result:(FlutterResult)result {
62
}
63
64
UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:self.pdfViewController];
65
+ navigationController.modalPresentationStyle = UIModalPresentationFullScreen;
66
UIViewController *presentingViewController = [UIApplication sharedApplication].delegate.window.rootViewController;
67
[presentingViewController presentViewController:navigationController animated:YES completion:nil];
68
result(@(YES));
0 commit comments