次の方法で共有


UINavigationItemLargeTitleDisplayMode 列挙型

定義

大きなタイトルが表示されるかどうかと、いつ表示されるかを列挙します。

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

フィールド

Always 1

大きなタイトルが常に表示されることを示します。

Automatic 0

前のナビゲーション項目に大きなタイトル テキストが表示された場合に表示されることを示します。

Never 2

大きなタイトル テキストが常に表示されることを示します。

適用対象