Unwind segue not being triggered
问题 I have a storyboard that has a starting view controller that presents other modal view controllers. Say view controller A is the startingViewController, and view controller B is the modally presented view controller. How can I trigger the unwind segue from B back to A, from ViewController A ( not just from a button located on ViewController B)? The button works to perform the unwind segue , but when I try to perform it programmatically using [self performSegueWithIdentifier:@"ReturnToStart"