Call 'perform' if the sender doesn't respond to performSegueWithIdentifier:'

This commit is contained in:
Gregory John Casamento 2020-07-15 17:09:59 -04:00
parent 9eb278c560
commit b1d39649cb

View file

@ -208,6 +208,10 @@
[_sender performSegueWithIdentifier: _identifier
sender: _sender];
}
else
{
[_storyboardSegue perform];
}
}
}