I added the library iUI 8 (version 1.62)
I create my object DocumentPickerViewController in my code and the event click in my page
The code runs but the UIDocumentPickerViewController no shows
I am using pages, can someone help me please?
Note* In my application I do not have visible the navigation bar or my toolbar
I create my object DocumentPickerViewController in my code and the event click in my page
UIDocumentPickerViewController:
Private Sub Page1_Click
Dim DocumentPicker As DocumentPickerViewController
DocumentPicker.InitializeImport("picker", Array("public.image"))
DocumentPicker.Show(pageExamen, Button1)
Wait For Picker_Complete (Success As Boolean, URLs As List)
If Success Then
Log(URLs.Get(0))
End If
End Sub
The code runs but the UIDocumentPickerViewController no shows
I am using pages, can someone help me please?
Note* In my application I do not have visible the navigation bar or my toolbar