Share via


UIStoryboardSegue.Create Method

Definition

[Foundation.Export("segueWithIdentifier:source:destination:performHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIStoryboardSegue Create(string? identifier, UIKit.UIViewController source, UIKit.UIViewController destination, Action performHandler);
[<Foundation.Export("segueWithIdentifier:source:destination:performHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : string * UIKit.UIViewController * UIKit.UIViewController * Action -> UIKit.UIStoryboardSegue

Parameters

identifier
String
destination
UIViewController
performHandler
Action

Returns

Attributes

Applies to