@IBAction func returned(from segue: UIStoryboardSegue) { if (segue.identifier! == "UnwindFromSecondView") { self.view.backgroundColor! = UIColor.orange } }