UISplitViewControllerDelegate_Extensions.WillPresentViewController Method

Definition

Indicates that the UISplitViewController is about to be presented.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'UISearchController' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillPresentViewController (this UIKit.IUISplitViewControllerDelegate This, UIKit.UISplitViewController svc, UIKit.UIPopoverController pc, UIKit.UIViewController aViewController);
static member WillPresentViewController : UIKit.IUISplitViewControllerDelegate * UIKit.UISplitViewController * UIKit.UIPopoverController * UIKit.UIViewController -> unit

Parameters

This
IUISplitViewControllerDelegate

The instance on which this extension method operates.

svc
UISplitViewController

The split view controller whose display mode is changing.

pc
UIPopoverController

Specified popover controller.

aViewController
UIViewController

Specified view controller.

Attributes

Applies to