JVTImageFilePicker
JVTImageFilePicker copied to clipboard
Can not call - (void)didDismissFilesPicker
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
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.