JVTImageFilePicker icon indicating copy to clipboard operation
JVTImageFilePicker copied to clipboard

Can not call - (void)didDismissFilesPicker

Open HongEuiChan opened this issue 5 years ago • 1 comments

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 avatar Mar 12 '20 00:03 HongEuiChan

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.

HongEuiChan avatar Mar 12 '20 00:03 HongEuiChan