Share via


UIViewController.CanPerformUnwind Method

Definition

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

Parameters

segueAction
Selector
fromViewController
UIViewController
sender
NSObject

Returns

Attributes

Applies to