- Photo Selection
- Video Recording、Selection、Editing
iOS8.0+
- photo shoot, local photo selection, picture preview (support for gesture scaling and super long image).
- video record, support flash and camera flip.
- video clip、watermark、compression transcoding.
- support iCloud video、gif file.
PLMediaPickerViewController *vc = [[PLMediaPickerViewController alloc] init];
vc.maxNumber = 6; // the number of images
vc.type = PickerTypeImage;
[vc callBackImagesData:^(NSArray *imagesData) {
NSLog(@"%@", imagesData);
} error:^(NSError *error) {
NSLog(@"%@", error.localizedDescription);
}];
[self presentViewController:vc animated:YES completion:nil];
PLMediaKit is available under the MIT license. See the LICENSE file for more info.
Email : [email protected]