UIPageViewControllerDelegate_Extensions.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.
public static void DidFinishAnimating (this UIKit.IUIPageViewControllerDelegate This, UIKit.UIPageViewController pageViewController, bool finished, UIKit.UIViewController[] previousViewControllers, bool completed);
static member DidFinishAnimating : UIKit.IUIPageViewControllerDelegate * UIKit.UIPageViewController * bool * UIKit.UIViewController[] * bool -> unit
Parameters
The instance on which this extension method operates.
- pageViewController
- UIPageViewController
- finished
- Boolean
- previousViewControllers
- UIViewController[]
- completed
- Boolean