UIKit.UIViewController.GetSegueForUnwinding Method
Defines the segue to be used between two UIKit.UIViewControllers.

Syntax

[Foundation.Export("segueForUnwindingToViewController:fromViewController:identifier:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
public virtual UIStoryboardSegue GetSegueForUnwinding (UIViewController toViewController, UIViewController fromViewController, string identifier)

See Also

UIStoryboardSegue

Parameters

toViewController
The UIKit.UIViewController at which the segue will end.
fromViewController
The UIKit.UIViewController at which the segue began.
identifier
The segue’s identifier.

Returns

The segue to be used.

Remarks

Application developers that create custom UIKit.UIViewControllers that use segue unwinding must implement this method. This method should instantiate and return a UIKit.UIStoryboardSegue that performs the appropriate animations and application state-manipulation for the specified unwinding.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0