ListSwipeActionsConfiguration
@available(iOS 11.0, *)
public class ListSwipeActionsConfiguration : UISwipeActionsConfiguration
The set of actions to perform when swiping on rows of a list.
-
Sets a Boolean value indicating whether a full swipe automatically performs the first action.
Declaration
Swift
@discardableResult public func performsFirstActionWithFullSwipe(_ value: Bool) -> Self
Parameters
value
A Boolean value indicating whether a full swipe automatically performs the first action.
Return Value
Self