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

指示始终显示较大的标题文本。

适用于