UINavigationItemLargeTitleDisplayMode 枚举
本文内容
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举是否以及何时显示大型标题。
[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 | 指示始终显示较大的标题文本。 |