UIPageViewControllerDelegate.DidFinishAnimating Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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