Share via


UISplitViewControllerDelegate_Extensions.WillPresentViewController 方法

定义

指示即将显示 UISplitViewController。

[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

参数

This
IUISplitViewControllerDelegate

此扩展方法操作的实例。

svc
UISplitViewController

显示模式正在更改的拆分视图控制器。

pc
UIPopoverController

指定的弹出式控制器。

aViewController
UIViewController

指定的视图控制器。

属性

适用于