UITableViewRowActionStyle Enum

Definition

Enumerates characteristics of the button displayed in a table row. Used with the C:UIKit.UITableViewRowAction(UIKit.UITableViewRowActionStyle,string ,Action`1,Foundation.NSIndexPath) constructor.

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

Fields

Default 0

The default button appearance.

Destructive 0

The appearance for a button that may delete data.

Normal 1

The appearance for a nondestructive button.

Applies to