Share via


UIViewController.GetTargetViewControllerForAction(Selector, NSObject) Method

Definition

[Foundation.Export("targetViewControllerForAction:sender:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIViewController? GetTargetViewControllerForAction(ObjCRuntime.Selector action, Foundation.NSObject? sender);
[<Foundation.Export("targetViewControllerForAction:sender:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTargetViewControllerForAction : ObjCRuntime.Selector * Foundation.NSObject -> UIKit.UIViewController
override this.GetTargetViewControllerForAction : ObjCRuntime.Selector * Foundation.NSObject -> UIKit.UIViewController

Parameters

action
Selector
sender
NSObject

Returns

Attributes

Applies to