YahooArchive / YangMingShan

YangMingShan is a collection of iOS UI components that we created while building Yahoo apps.
Other
638 stars 97 forks source link

Not dismiss after take photo from camera. #21

Closed tranngoclinh88 closed 8 years ago

tranngoclinh88 commented 8 years ago

Happen in:

Steps:

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

I found that delegate

It called delegate:

Please check!

ZZBHuang commented 8 years ago

@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 commented 8 years ago

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 commented 7 years ago

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