Hello everyone
I need to select a video from the gallery
in B4a I use Lib Phone's ContentChooser:
Dim CC As ContentChooser etc..
it works perfectly fine!
In B4i check and there is a lib called iPhone, but I couldn't use ContentChooser.
Any idea how to select a video from gallery on iPhone?
Hello everyone
I need to select a video from the gallery
in B4a I use Lib Phone's ContentChooser:
Dim CC As ContentChooser etc..
it works perfectly fine!
In B4i check and there is a lib called iPhone, but I couldn't use ContentChooser.
Any idea how to select a video from gallery on iPhone?
] iUI8 v1.60 adds a new type named DocumentPickerViewController. This picker allows the user to choose an external document. The document will be imported (copied) to your app file system. Example: Sub Page1_Click DocumentPicker.InitializeImport("picker", Array("public.image"))...