Problems with unwinding a segue
Having a real issue with this. I have now managed to transfer my label data across a segue and display it on a new view controller. Thank you to all of those who helped with this. For this I used the following code: override func prepare(for segue: UIStoryboardSegue, sender: Any?) { let BMI_Result = segue.destination… Read More Problems with unwinding a segue