次の方法で共有


UISplitViewControllerPrimaryEdge 列挙型

定義

プライマリ ビュー コントローラーの場所を列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UISplitViewControllerPrimaryEdge
type UISplitViewControllerPrimaryEdge = 
継承
UISplitViewControllerPrimaryEdge
属性

フィールド

Leading 0

プライマリ ビュー コントローラーがリーディング エッジ上にあることを示します。

Trailing 1

プライマリ ビュー コントローラーが末尾の端にあることを示します。

適用対象