I searched for this problem everywhere. I know how the unwind scene works. I have implemented the following code in VC
-(IBAction)returned:(UIStoryboardSegue *)segue {
try.text = @"Returned from Scene 1";
}
But when I go to my B VC (which is VC, I want to return to A VC) and ctrl drag the button to exit below, it will not allow me. And no function appears in the exit option. Has anyone else had this problem or could it help?
source
share