UIUserInterfaceStyle 枚举

定义

枚举 CarPlay 和 tvOS UI 主题。

[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 = 
继承
UIUserInterfaceStyle
属性

字段

Dark 2

指示深色主题。

Light 1

指示浅色主题。

Unspecified 0

指示主题未知。

适用于