Kaynağa Gözat

#1709

Signed-off-by: marinofaggiana <marino@marinofaggiana.com>
marinofaggiana 3 yıl önce
ebeveyn
işleme
6158d334c1
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      iOSClient/Main/NCPickerViewController.swift

+ 1 - 0
iOSClient/Main/NCPickerViewController.swift

@@ -130,6 +130,7 @@ class NCDocumentPickerViewController: NSObject, UIDocumentPickerDelegate {
         let documentProviderMenu = UIDocumentPickerViewController(documentTypes: ["public.data"], in: .import)
         
         documentProviderMenu.modalPresentationStyle = .formSheet
+        documentProviderMenu.allowsMultipleSelection = true
         documentProviderMenu.popoverPresentationController?.sourceView = tabBarController.tabBar
         documentProviderMenu.popoverPresentationController?.sourceRect = tabBarController.tabBar.bounds
         documentProviderMenu.delegate = self