Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not call - (void)didDismissFilesPicker #13

Open
HongEuiChan opened this issue Mar 12, 2020 · 1 comment
Open

Can not call - (void)didDismissFilesPicker #13

HongEuiChan opened this issue Mar 12, 2020 · 1 comment

Comments

@HongEuiChan
Copy link

Touching the "cancel" button-The (void) didDismissFilesPicker method is not called.

And i find it


JVTActionSheetAction *cancel = [JVTActionSheetAction actionWithTitle:cancelTxt
actionType:kActionType_cancel
handler:^(JVTActionSheetAction *action) {
@strongify(self);
[self dismissPresentedControllerAndInformDelegate:nil];
}];

  • (void)dismissPresentedControllerAndInformDelegate:(UIViewController *)presentedController {
    [presentedController dismissViewControllerAnimated:YES
    completion:^(void) {
    [self updateDelegateOnDissmiss];
    }];
    }

I need to receive an event when the window is closed.
Please fix it.

Thank's

@HongEuiChan
Copy link
Author

And the button is not visible at the bottom after shooting the camera.

This seems to be a problem with the ViewController being displayed in popup form.

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

No branches or pull requests

1 participant