次の方法で共有


UISplitViewControllerDelegate.SupportedInterfaceOrientations メソッド

定義

分割ビュー コントローラーがサポートするインターフェイスの向きの指定をデリゲートに照会します。

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

パラメーター

splitViewController
UISplitViewController

分割ビュー コントローラー。

戻り値

指定した分割ビュー コントローラーがサポートするように要求された向きを返します。

属性

適用対象