Share via


INSViewControllerPresentationAnimator.AnimatePresentation Method

Definition

[Foundation.Export("animatePresentationOfViewController:fromViewController:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AnimatePresentation(AppKit.NSViewController viewController, AppKit.NSViewController fromViewController);
[<Foundation.Export("animatePresentationOfViewController:fromViewController:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AnimatePresentation : AppKit.NSViewController * AppKit.NSViewController -> unit
override this.AnimatePresentation : AppKit.NSViewController * AppKit.NSViewController -> unit

Parameters

viewController
NSViewController
fromViewController
NSViewController
Attributes

Applies to