documentpicker

  1. A

    iOS Question DocumentPicker - how to show only PDF files?

    Hi all. I have a question about the DocumentPicker. Is it possible to show only PDF files? The problem is that in the user's phone might be PDF, Word, Excel files. And the user can mistakenly select a wrong file. If I use DocumentPicker.InitializeImport("picker", Array("public.content")) it...
  2. A

    iOS Question DocumentPicker question

    Hi all I created a small project to play with the Document Picker - it allows user to select a pdf that is already on his phone and then it copy this file into the app document folder so I can later send it to my server. So far ot works. As an example I used this project TextEditor. My...
  3. mcorbeel

    iOS Question How to use DocumentPicker

    I want to use DocumentPicker to browse for any type of document on an iPhone (B4i). I read that it is part of iUI8. I checked iUI8 (v1.61) in the libraries manager, but when I use Dim DocumentPicker As DocumentPicker the IDE underlines it in red and says "Are you missing a libarary reference?"...
Top