DKImagePickerController
DKImagePickerController copied to clipboard
Limit on Videos
Is it possible to filter video according to the maximum duration i.e. if i want to get videos only less than 10 seconds?? Thanks
Try this:
pickerController.videoFetchPredicate = NSPredicate(format: "duration < 10")
Feature Request: Can it be like Native UIImagePickerController Where it lets you chose any video and provides a screen where you can trim it?
I think it completes the library. I used this in my application for all purposes only this video feature was missing. Thanks
I'll add it in the next version...
I think we can close it then!!! :)