marinofaggiana hace 5 años
padre
commit
27fbd7ed47

+ 1 - 1
iOSClient/Main/CCMain.m

@@ -1713,7 +1713,7 @@
     viewController.titleButtonDone = NSLocalizedString(@"_move_", nil);
     viewController.titleButtonDone = NSLocalizedString(@"_move_", nil);
     viewController.layoutViewSelect = k_layout_view_move;
     viewController.layoutViewSelect = k_layout_view_move;
     
     
-    [navigationController setModalPresentationStyle:UIModalPresentationFormSheet];
+    [navigationController setModalPresentationStyle:UIModalPresentationFullScreen];
     [self presentViewController:navigationController animated:YES completion:nil];
     [self presentViewController:navigationController animated:YES completion:nil];
 }
 }
 
 

+ 1 - 1
iOSClient/Main/Create cloud/NCCreateFormUploadAssets.swift

@@ -414,7 +414,7 @@ class NCCreateFormUploadAssets: XLFormViewController, NCSelectDelegate, PhotoEdi
         viewController.titleButtonDone = NSLocalizedString("_select_", comment: "")
         viewController.titleButtonDone = NSLocalizedString("_select_", comment: "")
         viewController.type = ""
         viewController.type = ""
         
         
-        navigationController.modalPresentationStyle = UIModalPresentationStyle.formSheet
+        navigationController.modalPresentationStyle = UIModalPresentationStyle.fullScreen
         self.present(navigationController, animated: true, completion: nil)
         self.present(navigationController, animated: true, completion: nil)
     }
     }
     
     

+ 1 - 1
iOSClient/Main/Create cloud/NCCreateFormUploadFileText.swift

@@ -262,7 +262,7 @@ class NCCreateFormUploadFileText: XLFormViewController, NCSelectDelegate {
         viewController.titleButtonDone = NSLocalizedString("_select_", comment: "")
         viewController.titleButtonDone = NSLocalizedString("_select_", comment: "")
         viewController.type = ""
         viewController.type = ""
         
         
-        navigationController.modalPresentationStyle = UIModalPresentationStyle.formSheet
+        navigationController.modalPresentationStyle = UIModalPresentationStyle.fullScreen
         self.present(navigationController, animated: true, completion: nil)
         self.present(navigationController, animated: true, completion: nil)
     }
     }
 }
 }

+ 1 - 1
iOSClient/Main/Create cloud/NCCreateFormUploadRichdocuments.swift

@@ -245,7 +245,7 @@ class NCCreateFormUploadRichdocuments: XLFormViewController, NCSelectDelegate, U
         viewController.titleButtonDone = NSLocalizedString("_select_", comment: "")
         viewController.titleButtonDone = NSLocalizedString("_select_", comment: "")
         viewController.type = ""
         viewController.type = ""
 
 
-        navigationController.modalPresentationStyle = UIModalPresentationStyle.formSheet
+        navigationController.modalPresentationStyle = UIModalPresentationStyle.fullScreen
         self.present(navigationController, animated: true, completion: nil)
         self.present(navigationController, animated: true, completion: nil)
     }
     }
     
     

+ 1 - 1
iOSClient/Main/Create cloud/NCCreateFormUploadScanDocument.swift

@@ -601,7 +601,7 @@ class NCCreateFormUploadScanDocument: XLFormViewController, NCSelectDelegate {
         viewController.titleButtonDone = NSLocalizedString("_select_", comment: "")
         viewController.titleButtonDone = NSLocalizedString("_select_", comment: "")
         viewController.type = ""
         viewController.type = ""
         
         
-        navigationController.modalPresentationStyle = UIModalPresentationStyle.formSheet
+        navigationController.modalPresentationStyle = UIModalPresentationStyle.fullScreen
         self.present(navigationController, animated: true, completion: nil)
         self.present(navigationController, animated: true, completion: nil)
     }
     }
     
     

+ 1 - 1
iOSClient/Main/Create cloud/NCCreateFormUploadVoiceNote.swift

@@ -266,7 +266,7 @@ class NCCreateFormUploadVoiceNote: XLFormViewController, NCSelectDelegate, AVAud
         viewController.titleButtonDone = NSLocalizedString("_select_", comment: "")
         viewController.titleButtonDone = NSLocalizedString("_select_", comment: "")
         viewController.type = ""
         viewController.type = ""
         
         
-        navigationController.modalPresentationStyle = UIModalPresentationStyle.formSheet
+        navigationController.modalPresentationStyle = UIModalPresentationStyle.fullScreen
         self.present(navigationController, animated: true, completion: nil)
         self.present(navigationController, animated: true, completion: nil)
     }
     }
     
     

+ 1 - 1
iOSClient/Media/NCMedia.swift

@@ -313,7 +313,7 @@ class NCMedia: UIViewController, DropdownMenuDelegate, DZNEmptyDataSetSource, DZ
         viewController.titleButtonDone = NSLocalizedString("_select_", comment: "")
         viewController.titleButtonDone = NSLocalizedString("_select_", comment: "")
         viewController.type = "mediaFolder"
         viewController.type = "mediaFolder"
         
         
-        navigationController.modalPresentationStyle = UIModalPresentationStyle.formSheet
+        navigationController.modalPresentationStyle = UIModalPresentationStyle.fullScreen
         self.present(navigationController, animated: true, completion: nil)
         self.present(navigationController, animated: true, completion: nil)
         
         
     }
     }

+ 1 - 1
iOSClient/Settings/CCManageAutoUpload.m

@@ -517,7 +517,7 @@
      viewController.titleButtonDone = NSLocalizedString(@"_select_", nil);
      viewController.titleButtonDone = NSLocalizedString(@"_select_", nil);
      viewController.layoutViewSelect = k_layout_view_move;
      viewController.layoutViewSelect = k_layout_view_move;
      
      
-     [navigationController setModalPresentationStyle:UIModalPresentationFormSheet];
+     [navigationController setModalPresentationStyle:UIModalPresentationFullScreen];
      [self presentViewController:navigationController animated:YES completion:nil];
      [self presentViewController:navigationController animated:YES completion:nil];
  }
  }
 
 

+ 1 - 1
iOSClient/Viewer/NCViewerRichdocument.swift

@@ -106,7 +106,7 @@ class NCViewerRichdocument: WKWebView, WKNavigationDelegate, WKScriptMessageHand
                 viewController.type = ""
                 viewController.type = ""
                 viewController.layoutViewSelect = k_layout_view_richdocument
                 viewController.layoutViewSelect = k_layout_view_richdocument
                 
                 
-                navigationController.modalPresentationStyle = UIModalPresentationStyle.formSheet
+                navigationController.modalPresentationStyle = UIModalPresentationStyle.fullScreen
                 self.detail.present(navigationController, animated: true, completion: nil)
                 self.detail.present(navigationController, animated: true, completion: nil)
             }
             }