UIBarStyle 枚举

定义

导航、搜索或工具栏的视觉样式。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBarStyle
type UIBarStyle = 
继承
UIBarStyle
属性

字段

Black 1

黑色

BlackOpaque 1

开发人员不应使用此已弃用的字段。 开发人员应使用“UIBarStyle.Black”。

BlackTranslucent 2

黑色半透明

Default 0

系统默认值

注解

用于 UINavigationBarUISearchBar和 的 UIToolbar样式。

适用于