UIStoryboardSegue.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- source
- UIViewController
- destination
- UIViewController
- performHandler
- Action
Returns
- Attributes