Partager via


UINavigationItemLargeTitleDisplayMode Énumération

Définition

Énumère si et quand des titres volumineux sont affichés.

[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 = 
Héritage
UINavigationItemLargeTitleDisplayMode
Attributs

Champs

Always 1

Indique que les grands titres sont toujours affichés.

Automatic 0

Indique que le texte de titre volumineux s’affiche s’il a été affiché dans l’élément de navigation précédent.

Never 2

Indique que le texte de titre volumineux est toujours affiché.

S’applique à