UIImagePickerController in iPhone OS 3.0
Posted
by Biranchi
on Stack Overflow
See other posts from Stack Overflow
or by Biranchi
Published on 2009-06-06T06:31:20Z
Indexed on
2010/04/27
10:43 UTC
Read the original article
Hit count: 511
uiimagepickercontroller
|iphone
Hi all,
I am using iPhone OS 3.0 SDK. My requirement is that I want to get the image from the photo albums library and display it on an image view. I am using the "UIImagePickerController" for that.
But the problem is the "- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)imageeditingInfo:(NSDictionary *)editingInfo" delegate method is deprecated in iPhone OS 3.0 ,
so is there any alternative for getting the Image from the UIImagePickerController.
All suggestions are highly appreciated.
Thanks...
© Stack Overflow or respective owner