0

I try to implement UIDocumentPickerController in my application. Is there any way to import whole directory with contained files or this solution allow only for import single files?

What is your recommendation?

Thank you for your help.

Shripada
  • 6,296
  • 1
  • 30
  • 30
LakaLe_
  • 454
  • 1
  • 6
  • 15

1 Answers1

0

u can get list of files and folders in List saved files in iOS documents directory in a UITableView?

u can get get all files and folders from specific directory. then copy all contents from other app directory to ur app directory.

Community
  • 1
  • 1
vaibby
  • 1,255
  • 1
  • 9
  • 23