JamesHong
JamesHong
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...