You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
Errors:
Cannot convert value of type 'String' to expected argument type 'UIImagePickerController.InfoKey'
The text was updated successfully, but these errors were encountered: