Share via


UIPageViewControllerDelegate.DidFinishAnimating Method

Definition

Indicates that animation has completed.

[Foundation.Export("pageViewController:didFinishAnimating:previousViewControllers:transitionCompleted:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidFinishAnimating(UIKit.UIPageViewController pageViewController, bool finished, UIKit.UIViewController[] previousViewControllers, bool completed);
[<Foundation.Export("pageViewController:didFinishAnimating:previousViewControllers:transitionCompleted:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidFinishAnimating : UIKit.UIPageViewController * bool * UIKit.UIViewController[] * bool -> unit
override this.DidFinishAnimating : UIKit.UIPageViewController * bool * UIKit.UIViewController[] * bool -> unit

Parameters

pageViewController
UIPageViewController
finished
Boolean
previousViewControllers
UIViewController[]
completed
Boolean

Implements

Attributes

Applies to