I'm trying to enable a segue such that if a user presses cancel on the sign up page, it takes them back to the login page.
On my login view controller I have:
- (IBAction)unwindToLogIn:(UIStoryboardSegue *)segue {
}
However, when I press the cancel button it doesn't work. I've done the connection in Interface Builder that connects the cancel button the green exit thingy in the view. It still isn't working- any idea of what's going on?