UISplitViewControllerDelegate_Extensions.EventShowDetailViewController 方法

定义

如果委托将显示详细信息视图本身,而不是依赖于 splitViewController,则返回 true。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool EventShowDetailViewController (this UIKit.IUISplitViewControllerDelegate This, UIKit.UISplitViewController splitViewController, UIKit.UIViewController vc, Foundation.NSObject sender);
static member EventShowDetailViewController : UIKit.IUISplitViewControllerDelegate * UIKit.UISplitViewController * UIKit.UIViewController * Foundation.NSObject -> bool

参数

This
IUISplitViewControllerDelegate

此扩展方法在其上运行的实例。

splitViewController
UISplitViewController

指定正在更新其辅助视图的拆分视图控制器。

vc
UIViewController

正在辅助位置显示的视图控制器。

sender
NSObject

发出请求的操作。

返回

属性

适用于