Xcode – How to pass images through segue into new view controller?
I am trying to pass an image into a new view controller via a segue. I was able to transfer the title into the view controller, but I keep getting the error: "Cannot convert value of type 'UIImage?.Type' to expected…