共用方式為


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

指定將在螢幕上呈現的分割檢視控制器。

傳回

傳回第一次顯示分割檢視控制器時所使用的方向。

屬性

適用於