I am new in iPhone and in learning phase now a days. Actually i want to implement that i read images stored in my iPhone PHOTO Gallery and then display it onto my application.
I have searched in many Search Engines but could not find any thing. You all are professionals over here. Please guide me thrrough some code or some tutorial.
Thanks alot
Edit
Also check out this question/answer and the method that is used to get the image from
uiimagepickercontrolleras the method that i have mentioned earlier is deprecated.didFinishPickingMediaWithInfo return nil photo
check out the documentation http://developer.apple.com/library/ios/#documentation/uikit/reference/UIImagePickerController_Class/UIImagePickerController/UIImagePickerController.html and check out this link
http://iphone.zcentric.com/2008/08/28/using-a-uiimagepickercontroller/
It has sample examples about the same.
You can use these methods to get the image in you UIImageView object