Protocols
The following protocols are available globally.
-
The
See moreSwipeCollectionViewCellDelegate
protocol 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 moreSwipeTableViewCellDelegate
protocol 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 moreSwipeActionTransitioning
protocol in objects that implement custom appearance of actions during transition.Declaration
Swift
public protocol SwipeActionTransitioning
-
Adopt the
See moreSwipeExpanding
protocol in objects that implement custom appearance of actions during expansion.Declaration
Swift
public protocol SwipeExpanding