- identifier
- The identifier of the desired UIKit.UIStoryboardSegue.
- sender
The object initiating the segue.
This parameter can be null.
Typically, segues are specified in the storyboard and do not require the application to directly invoke them.
This method will throw an exception if the UIKit.UIViewController on which it is called was not loaded from a storyboard.