Share via


UIBarStyle Enum

Definition

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

[ObjCRuntime.Native]
public enum UIBarStyle
[<ObjCRuntime.Native>]
type UIBarStyle = 
Inheritance
UIBarStyle
Attributes

Fields

Name Value Description
Default 0

The system default

Black 1

Black

BlackOpaque 1

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

BlackTranslucent 2

Black translucent

Remarks

The style used for UINavigationBar, UISearchBar, and UIToolbar.

Applies to