i have to use imagePickerController:didFinishPickingMediaWithInfo:(NSDictionary *)info method because didFinishPickingImage is depricated in 3.0. Now my problem is that i am not getting how to retrieve the image out of it.I have to select only one image and use that image in my application. Can someone please give me a quick demo of how things work in this method?
Thanks