|
@@ -39,9 +39,7 @@
|
|
|
CPDFViewController *pdfViewController = [[CPDFViewController alloc] initWithFilePath:path password:nil];
|
|
|
|
|
|
UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:pdfViewController];
|
|
|
-
|
|
|
- pdfViewController.modalPresentationStyle = UIModalPresentationFullScreen;
|
|
|
-
|
|
|
+ navigationController.modalPresentationStyle = UIModalPresentationFullScreen;
|
|
|
[tRootViewControl presentViewController:navigationController animated:YES completion:nil];
|
|
|
|
|
|
} else if ([@"getTemporaryDirectory" isEqualToString:call.method]){
|