UIViewController.GetChildViewControllerContainingSegueSource Method

Definition

The child UIViewController that is the source of the unwind segue.

[Foundation.Export("childViewControllerContainingSegueSource:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIViewController GetChildViewControllerContainingSegueSource (UIKit.UIStoryboardUnwindSegueSource segueSource);
abstract member GetChildViewControllerContainingSegueSource : UIKit.UIStoryboardUnwindSegueSource -> UIKit.UIViewController
override this.GetChildViewControllerContainingSegueSource : UIKit.UIStoryboardUnwindSegueSource -> UIKit.UIViewController

Parameters

Returns

Attributes

Remarks

This method is typically called by GetAllowedChildViewControllersForUnwinding(UIStoryboardUnwindSegueSource) to determine which of the ChildViewControllers should be filtered out of the array returned by that method.

Applies to