Skip to content
This repository was archived by the owner on Jun 2, 2018. It is now read-only.

Conversation

@fjswhl
Copy link

@fjswhl fjswhl commented Nov 25, 2015

We encountered a problem (ImagePickerController cancel button not working) when integrate BlocksKit to our project, the reason is we didn't implement imagePickerControllerDidCancel delegate method.

But Dismiss ImagePickerController is the system default implementation for imagePickerControllerDidCancel, however using A2DynamicUIImagePickerControllerDelegate to check delegate is responds to imagePickerControllerDidCancel, the result is false, so system default implementation is lost. This commit fixes this.

Dismiss ImagePickerController is the system default implementation for imagePickerControllerDidCancel, however using A2DynamicUIImagePickerControllerDelegate to check delegate is responds to imagePickerControllerDidCancel, the result is false, so system default implementation is lost. This commit fixes this.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant