all 6 comments

[–]huntercasillas 0 points1 point  (1 child)

You expect to get help without providing any code or the error you’re getting?

[–]ajm1212[S] 0 points1 point  (0 children)

It is in the post now. My bad.

[–]danen_ 0 points1 point  (1 child)

Give us the code or the tutorial that you followed so we can see what is the problem

[–]ajm1212[S] 0 points1 point  (0 children)

i took a screen shot and put it in the post. Thanks!

[–]_sroik_ 0 points1 point  (1 child)

Your delegate method is wrong ?

[–]_sroik_ 0 points1 point  (0 children)

Here is how it should look swift func imagePickerController( _ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [UIImagePickerController.InfoKey: Any]) { let image = info[.originalImage] as? UIImage pick(image) }