Protocols

The following protocols are available globally.

  • The SwipeCollectionViewCellDelegate protocol is adopted by an object that manages the display of action buttons when the item is swiped.

    See more

    Declaration

    Swift

    public protocol SwipeCollectionViewCellDelegate: class
  • The SwipeTableViewCellDelegate protocol is adopted by an object that manages the display of action buttons when the cell is swiped.

    See more

    Declaration

    Swift

    public protocol SwipeTableViewCellDelegate: class
  • Adopt the SwipeActionTransitioning protocol in objects that implement custom appearance of actions during transition.

    See more

    Declaration

    Swift

    public protocol SwipeActionTransitioning
  • Adopt the SwipeExpanding protocol in objects that implement custom appearance of actions during expansion.

    See more

    Declaration

    Swift

    public protocol SwipeExpanding