UIStoryboardSegue.Create Method

Definition

Creates a storyboard segue for the specified parameters.

[Foundation.Export("segueWithIdentifier:source:destination:performHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIStoryboardSegue Create (string identifier, UIKit.UIViewController source, UIKit.UIViewController destination, Action performHandler);
static member Create : string * UIKit.UIViewController * UIKit.UIViewController * Action -> UIKit.UIStoryboardSegue

Parameters

identifier
String

To be added.

This parameter can be null.

destination
UIViewController
performHandler
Action

Returns

Attributes

Applies to