UISplitViewControllerDelegate.GetPreferredInterfaceOrientationForPresentation 方法

定义

请求委托,以便在呈现拆分视图控制器时使用方向。

[Foundation.Export("splitViewControllerPreferredInterfaceOrientationForPresentation:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIInterfaceOrientation GetPreferredInterfaceOrientationForPresentation (UIKit.UISplitViewController splitViewController);
abstract member GetPreferredInterfaceOrientationForPresentation : UIKit.UISplitViewController -> UIKit.UIInterfaceOrientation
override this.GetPreferredInterfaceOrientationForPresentation : UIKit.UISplitViewController -> UIKit.UIInterfaceOrientation

参数

splitViewController
UISplitViewController

指定将在屏幕上显示的拆分视图控制器。

返回

返回将在首次显示拆分视图控制器时使用的方向。

属性

适用于