tags:

views:

66

answers:

2

Hi, how can i select the video from photo folder or video folder and its file name which must be in iphone locally through programming?any help pls?

is there anyway to check the video is already in iphone locally, when i get file name of that video from the internet? any help please?

A: 

If you want to pick a video from the library, or let the user record a video, use UIImagePickerController with the appropriate media types.

I don't think you'll be able to get its file name, though.

Thomas Müller
A: 

I'm not 100% sure, but I think you might be looking for the UIImagePickerController.

Sixten Otto