-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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'
Metadata
Metadata
Assignees
Labels
No labels