The members of UIKit.UIStoryboardSegue are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. | ||
| Documentation for this section has not yet been entered. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | DestinationViewController | UIViewController. The destination for the segue. Read-only. |
| [read-only] | Identifier | string. Uniquely identifies the segue. Read-only. |
| [read-only] | SourceViewController | UIViewController. The UIViewController that starts the segue. |
static | Create(string, UIViewController, UIViewController, Action)Documentation for this section has not yet been entered. | |
Perform()Executes the visual transition for the segue. | ||