iOS Question ContentChooser Alternative

Leandro Vaufran Stievano

Member
Licensed User
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?

Tank's
 

Lucas Siqueira

Active Member
Licensed User
Longtime User
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?

Tank's
use

Picking external documents with DocumentPickerViewController​



 
Upvote 0
Top