Skip to content

Example doesn't work due to errors #5

@gerchicov-bp

Description

@gerchicov-bp
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions