Protocols
The following protocols are available globally.
-
The
See moreSwipeCollectionViewCellDelegateprotocol is adopted by an object that manages the display of action buttons when the item is swiped.Declaration
Swift
public protocol SwipeCollectionViewCellDelegate: class
-
The
See moreSwipeTableViewCellDelegateprotocol is adopted by an object that manages the display of action buttons when the cell is swiped.Declaration
Swift
public protocol SwipeTableViewCellDelegate: class
-
Adopt the
See moreSwipeActionTransitioningprotocol in objects that implement custom appearance of actions during transition.Declaration
Swift
public protocol SwipeActionTransitioning
-
Adopt the
See moreSwipeExpandingprotocol in objects that implement custom appearance of actions during expansion.Declaration
Swift
public protocol SwipeExpanding
View on GitHub
Protocols Reference