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.
2 parents ea2532f + d22b44b commit 8375473Copy full SHA for 8375473
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