CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Mar 2017 |
Maintained by skf6272..
To run the example project, clone the repo, and run pod install from the Example directory first.
pod "SKFPicPreview"#import "SKFPreViewNavController.h"SKFPreViewNavController *imagePickerVc =[[SKFPreViewNavController alloc]initWithSelectedPhotoURLs:self.Photosurlary index:indexPath.row];
[self presentViewController:imagePickerVc animated:YES completion:nil];*预览本体图片
SKFPreViewNavController *imagePickerVc = [[SKFPreViewNavController alloc] initWithSelectedPhotos:_selectedPhotos index:indexPath.row DeletePic:YES];
[imagePickerVc setDidFinishDeletePic:^(NSArray<UIImage *> *photos) { }];
[self presentViewController:imagePickerVc animated:YES completion:nil];wubianxiaoxian, [email protected]
SKFPicPreview is available under the MIT license. See the LICENSE file for more info.