Closed yulichandra closed 8 years ago
Thank you for submitting this pull request, however I do not see a valid CLA on file for you. Before we can merge this request please visit https://yahoocla.herokuapp.com/ and agree to the terms. Thanks! :smile:
CLA is valid!
Did you try to put
dispatch_async(dispatch_get_main_queue(), ^{ //Do something });
inside the delegate
(void)photoPickerViewController:(YMSPhotoPickerViewController )picker didFinishPickingImage:(UIImage )image {}
?
ok thanks. Since i didn't do image processing after taking photo so i don't come up with that solution.
cause : still in background ? fix : perform delegate in MainThread