I have to use imagePickerController:didFinishPickingMediaWithInfo:(NSDictionary *)info method because didFinishPickingImage is deprecated 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?