UIViewController.GetChildViewControllerContainingSegueSource 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.
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
- segueSource
- UIStoryboardUnwindSegueSource
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.