UIContextualActionStyle
UIContextualActionStyle
Enum
Definition
Enumerates action button styles.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIContextualActionStyle
type UIContextualActionStyle =
- Inheritance
- Attributes
Fields
Destructive Destructive | 1 | Indicates the style for a button that causes a destructive button. |
Normal Normal | 0 | Indicates the style for a button that causes a nondestructive action. |
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...