Hi,
I want to pick video from its folder and display in a control
I go through some documents from that i can see a method.
But i dont know how to pick a video from its folder
Can anyone suggest some ideas.
I want to pick video from its folder and display in a control
I go through some documents from that i can see a method.
Code:
- (void)imagePickerController:(UIImagePickerController *)picker
didFinishPickingMediaWithInfo:(NSDictionary *)info {
}
But i dont know how to pick a video from its folder
Can anyone suggest some ideas.