فهرست منبع

Improved code

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 سال پیش
والد
کامیت
dfac14f441
1فایلهای تغییر یافته به همراه9 افزوده شده و 1 حذف شده
  1. 9 1
      iOSClient/Main/Create cloud/NCUploadScanDocument.swift

+ 9 - 1
iOSClient/Main/Create cloud/NCUploadScanDocument.swift

@@ -40,6 +40,8 @@ class NCHostingUploadScanDocumentView: NSObject {
     }
 }
 
+// MARK: -  Class
+
 class NCUploadScanDocument: ObservableObject {
 
     @Published var fileName: String
@@ -209,6 +211,8 @@ class NCUploadScanDocument: ObservableObject {
     }
 }
 
+// MARK: -  Delegate
+
 extension NCUploadScanDocument: NCSelectDelegate {
 
     func dismissSelect(serverUrl: String?, metadata: tableMetadata?, type: String, items: [Any], overwrite: Bool, copy: Bool, move: Bool) {
@@ -231,7 +235,7 @@ extension NCUploadScanDocument: NCCreateFormUploadConflictDelegate {
     }
 }
 
-// MARK: - Preview / Test
+// MARK: -  View
 
 struct UploadScanDocumentView: View {
 
@@ -375,6 +379,8 @@ struct ButtonUploadScanDocumenStyle: ButtonStyle {
     }
 }
 
+// MARK: - UIViewControllerRepresentable
+
 struct NCSelectRepresentedView: UIViewControllerRepresentable {
 
     typealias UIViewControllerType = UINavigationController
@@ -441,6 +447,8 @@ struct PDFKitRepresentedView: UIViewRepresentable {
     }
 }
 
+// MARK: - Preview
+
 struct UploadScanDocumentView_Previews: PreviewProvider {
     static var previews: some View {
         if let appDelegate = UIApplication.shared.delegate as? AppDelegate {