Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Not dismiss after take photo from camera. #21

Closed
tranngoclinh88 opened this issue Sep 21, 2016 · 3 comments
Closed

Not dismiss after take photo from camera. #21

tranngoclinh88 opened this issue Sep 21, 2016 · 3 comments

Comments

@tranngoclinh88
Copy link

Happen in:

  • iOS 8.4

Steps:

  1. Open photo picker.
  2. Select camera.
  3. Take picture.
  4. Press use photo => Nothing happen.

I found that delegate

  • (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(nullable NSDictionary<NSString *,id> *)editingInfo;
    not called.

It called delegate:

  • (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary<NSString *,id> *)info {}

Please check!

@ZZBHuang
Copy link
Contributor

@tranngoclinh88 Hi, could you tell me how you open the photo picker? I tried the demo app about taking a photo with default settings, it worked fine.

@stewwu
Copy link
Contributor

stewwu commented Sep 22, 2016

We got it. the method is deprecated since iOS 3 but still available for a long time. We'll fix it. Thanks
(https://developer.apple.com/reference/uikit/uiimagepickercontrollerdelegate?language=objc)

@sagar-vaholiya
Copy link

sagar-vaholiya commented May 14, 2017

Hi,

First of all, thanks for this amazing library.👍🏼

iOS 10.3 app crash after taking photo using camera. It works fine while taking photo from gallery.
I also tried other stuffs in dismiss handler. But, not worked.
Why it's not working for both. I implemented it as Demo project.
screen shot 2017-05-15 at 12 06 55 am

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants