iOS Question How to use DocumentPicker

mcorbeel

Active Member
Licensed User
Longtime User
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
B4X:
Dim DocumentPicker As DocumentPicker
the IDE underlines it in red and says "Are you missing a libarary reference?" Is there something else I need to do before I can use the DocumentPicker in B4i?
 
Top