JVTImageFilePicker
JVTImageFilePicker copied to clipboard
Easy and beautiful way for a user to pick content, files or images. Written in Objective C
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...
What I want to do that, I want to select the file and send it over a web server(upload) via API call.
Constantly getting on each pod install/update > Unable to read the license file `...Pods/ImageFilesPicker/LICENSE` for the spec `ImageFilesPicker (0.2.1)`