Hi , i am using the Picker controller with UIImagePickerControllerSourceTypePhotoLibrary.
in the delegate didFinishPickingImage is called , but when i click on cancel button it doesnt enter
- (void)imagePickerControllerDidCancel:(UIImagePickerController *)picker
, though the controller is dismissed .