Hiii,
I want to use any media file from user media library in my iphone application. Just like we pick an image from photo library. Are there any API's for this?
Hiii,
I want to use any media file from user media library in my iphone application. Just like we pick an image from photo library. Are there any API's for this?
Look at the UIImagePickerController class. It allows you to select images from the photo library or camera.