UIBarButtonItemStyle
UIBarButtonItemStyle
Enum
Definition
The visual style of a UIBarButtonItem.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBarButtonItemStyle
type UIBarButtonItemStyle =
- Inheritance
- Attributes
Fields
Bordered Bordered | 1 | Developers should not use this deprecated field. Developers should use 'UIBarButtonItemStyle.Plain' instead. |
Done Done | 2 | Style for a done button. This should be used if the screen will be dismissed upon tapping. |
Plain Plain | 0 | Plain style, will glow when tapped. |
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...