UIBarButtonItemStyle Enum

Definition

The visual style of a UIBarButtonItem.

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

Fields

Bordered 1

Developers should not use this deprecated field. Developers should use 'UIBarButtonItemStyle.Plain' instead.

Done 2

Style for a done button. This should be used if the screen will be dismissed upon tapping.

Plain 0

Plain style, will glow when tapped.

Applies to