UIBarStyle Enum

Definition

The visual style for a navigation, search, or tool bar.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBarStyle
type UIBarStyle = 
Inheritance
UIBarStyle
Attributes

Fields

Black 1

Black

BlackOpaque 1

Developers should not use this deprecated field. Developers should use 'UIBarStyle.Black'.

BlackTranslucent 2

Black translucent

Default 0

The system default

Remarks

The style used for UINavigationBar, UISearchBar, and UIToolbar.

Applies to