|
@@ -174,10 +174,7 @@
|
|
|
|
|
|
[self deselectFormRow:sender];
|
|
[self deselectFormRow:sender];
|
|
NCViewerQuickLook *viewerQuickLook = [[NCViewerQuickLook alloc] initWith:[NSURL fileURLWithPath:NCCommunicationCommon.shared.filenamePathLog] isEditingEnabled:false metadata:nil];
|
|
NCViewerQuickLook *viewerQuickLook = [[NCViewerQuickLook alloc] initWith:[NSURL fileURLWithPath:NCCommunicationCommon.shared.filenamePathLog] isEditingEnabled:false metadata:nil];
|
|
- UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:viewerQuickLook];
|
|
|
|
- navigationController.modalPresentationStyle = UIModalPresentationFullScreen;
|
|
|
|
-
|
|
|
|
- [self presentViewController:navigationController animated:YES completion:nil];
|
|
|
|
|
|
+ [self presentViewController:viewerQuickLook animated:YES completion:nil];
|
|
};
|
|
};
|
|
[section addFormRow:row];
|
|
[section addFormRow:row];
|
|
|
|
|