편집

다음을 통해 공유


UIPageViewControllerDelegate.DidFinishAnimating Method

Definition

Indicates that animation has completed.

[Foundation.Export("pageViewController:didFinishAnimating:previousViewControllers:transitionCompleted:")]
public virtual void DidFinishAnimating (UIKit.UIPageViewController pageViewController, bool finished, UIKit.UIViewController[] previousViewControllers, bool completed);
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
Attributes

Applies to