JDVideoKit icon indicating copy to clipboard operation
JDVideoKit copied to clipboard

Example doesn't work due to errors

Open gerchicov-bp opened this issue 5 years ago • 0 comments

picker.dismiss(animated: true) {
                   let type = info["UIImagePickerControllerMediaType"]
                   let url = info["UIImagePickerControllerMediaURL"]
                    let rurl = info["UIImagePickerControllerReferenceURL"]
                   let video = VideoOrigin(mediaType: type, mediaUrl: url, referenceURL: rurl)
                   self.videoHasBeenSelect(video: video)
               }

Errors: Cannot convert value of type 'String' to expected argument type 'UIImagePickerController.InfoKey'

gerchicov-bp avatar May 21 '20 08:05 gerchicov-bp