Implement Document Picker in swift (iOS)

后端 未结 8 2183
滥情空心
滥情空心 2020-11-30 19:54

I want to pick a file of any type(.pdf, .docs, .xlsx, .jpeg, .txt, .rtf, etc) functionality in my iOS app. On clicking on Upload button, I want my app to op

8条回答
  •  我在风中等你
    2020-11-30 20:30

    You could implement what you describe using NSURLSession.

    You will have to limit the target directory you show to your app's documents directory. Apps do not have full access to the file system.

提交回复
热议问题