UIUserInterfaceStyle Enumerazione

Definizione

Enumera i temi dell'interfaccia utente CarPlay e tvOS.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIUserInterfaceStyle
type UIUserInterfaceStyle = 
Ereditarietà
UIUserInterfaceStyle
Attributi

Campi

Dark 2

Indica un tema scuro.

Light 1

Indica un tema chiaro.

Unspecified 0

Indica che il tema non è noto.

Si applica a