SwipeActionStyle
public enum SwipeActionStyle: Int
Constants that help define the appearance of action buttons.
-
Apply a style that reflects standard non-destructive actions.
Declaration
Swift
case `default`
-
Apply a style that reflects destructive actions.
Declaration
Swift
case destructive