YahooArchive/YangMingShan

Not dismiss after take photo from camera.

Closed this issue · 3 comments

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!

@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.

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)

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