Browse Source

Add comments

Marino Faggiana 8 years ago
parent
commit
3468aeefbd
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Picker/DocumentPickerViewController.swift

+ 3 - 1
Picker/DocumentPickerViewController.swift

@@ -97,7 +97,7 @@ class DocumentPickerViewController: UIDocumentPickerExtensionViewController, CCN
             return
         }
         
-        // init Object
+        //  MARK: - init Object
         CCNetworking.shared().settingDelegate(self)
         hud = CCHud.init(view: self.navigationController?.view)
         
@@ -107,6 +107,8 @@ class DocumentPickerViewController: UIDocumentPickerExtensionViewController, CCN
         readFolder()
     }
     
+    //  MARK: - Read folder
+    
     func readFolder() {
         
         let metadataNet = CCMetadataNet()