views:

14

answers:

1

hii, how can i programmatically search for an image in iphone. as i am developing the application like that which would browse for the image in iphone.

A: 

If you need to get the imaes stored in the photo library you can easily do it by using a UIImagePickerController.

http://developer.apple.com/iphone/library/documentation/uikit/reference/UIImagePickerController_Class/UIImagePickerController/UIImagePickerController.html

pabloruiz55