IUIPageViewControllerDelegate Interface

Definition

Interface representing the required methods (if any) of the protocol UIPageViewControllerDelegate.

[Foundation.Protocol(Name="UIPageViewControllerDelegate", WrapperType=typeof(UIKit.UIPageViewControllerDelegateWrapper))]
public interface IUIPageViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
type IUIPageViewControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

This interface contains the required methods (if any) from the protocol defined by UIPageViewControllerDelegate.

If developers create classes that implement this interface, the implementation methods will automatically be exported to Objective-C with the matching signature from the method defined in the UIPageViewControllerDelegate protocol.

Optional methods (if any) are provided by the UIPageViewControllerDelegate_Extensions class as extension methods to the interface, allowing developers to invoke any optional methods on the protocol.

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

DidFinishAnimating(IUIPageViewControllerDelegate, UIPageViewController, Boolean, UIViewController[], Boolean)

Indicates that animation has completed.

GetPreferredInterfaceOrientationForPresentation(IUIPageViewControllerDelegate, UIPageViewController)

The preferred orientation of the UIPageViewController.

GetSpineLocation(IUIPageViewControllerDelegate, UIPageViewController, UIInterfaceOrientation)

The location of the spine of the UIPageViewController.

SupportedInterfaceOrientations(IUIPageViewControllerDelegate, UIPageViewController)

The supported interface orientations.

WillTransition(IUIPageViewControllerDelegate, UIPageViewController, UIViewController[])

Indicates that a transition is about to begin.

Applies to