Swift link Image from Parse array using segues to secondViewController
Here is my code, i am trying to use the "prepareForSegue" function to send an image from tableViewController (firstViewController) to my detailedViewController (secondViewController). I have managed to populate my firstViewController from the parse cloud successfully and I have managed to get my secondViewController Labels to update, but i can not get the imageView to update. I have posted my code below firstViewController override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) { let eventDetailVC: EventDetailsVC = segue.destinationViewController as! EventDetailsVC if let