UIBarStyle Énumération

Définition

Style visuel d’une navigation, d’une recherche ou d’une barre d’outils.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBarStyle
type UIBarStyle = 
Héritage
UIBarStyle
Attributs

Champs

Black 1

Noir

BlackOpaque 1

Les développeurs ne doivent pas utiliser ce champ déprécié. Les développeurs doivent utiliser « UIBarStyle.Black ».

BlackTranslucent 2

Translucide noir

Default 0

Valeur par défaut du système

Remarques

Style utilisé pour UINavigationBar, UISearchBaret UIToolbar.

S’applique à