Link Search Menu Expand Document

SwipeActionsConfiguration

The set of actions to perform when swiping on rows of a table.

public class SwipeActionsConfiguration 

Initializers

init(actions:)

Creates a swipe action configuration object with the specified set of actions.

public init(actions: [ContextualAction]) 

Properties

actions

The swipe actions.

public private(set) var actions: [ContextualAction]

performsFirstActionWithFullSwipe

A boolean value indicating whether a full swipe automatically performs the first action.

public var performsFirstActionWithFullSwipe: Bool = true