UIPageViewControllerDelegate.DidFinishAnimating Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique que l’animation est terminée.
[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
Paramètres
- pageViewController
- UIPageViewController
- finished
- Boolean
- previousViewControllers
- UIViewController[]
- completed
- Boolean
- Attributs