UIPageViewControllerDelegate.WillTransition 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 a transition is about to begin.
[Foundation.Export("pageViewController:willTransitionToViewControllers:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillTransition (UIKit.UIPageViewController pageViewController, UIKit.UIViewController[] pendingViewControllers);
abstract member WillTransition : UIKit.UIPageViewController * UIKit.UIViewController[] -> unit
override this.WillTransition : UIKit.UIPageViewController * UIKit.UIViewController[] -> unit
Parameters
- pageViewController
- UIPageViewController
- pendingViewControllers
- UIViewController[]
- Attributes