Xcode – Unable to pass image between view controllers
As asked on the question. On my first VC, I have set up a function that passes an image to another VC as follows. @objc func imageTapped(tapGestureRecognizer1: UITapGestureRecognizer) { let passimage = tapGestureRecognizer1.view as! UIImageView let alertController = UIAlertController(title: "...",…