tags:

views:

60

answers:

1

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?

A: 

Look at the UIImagePickerController class. It allows you to select images from the photo library or camera.

Terry Wilcox