docs/Protocols.html
The following protocols are available globally.
`
SwipeCollectionViewCellDelegate
`
The SwipeCollectionViewCellDelegate protocol is adopted by an object that manages the display of action buttons when the item is swiped.
Swift
public protocol SwipeCollectionViewCellDelegate: class
`
SwipeTableViewCellDelegate
`
The SwipeTableViewCellDelegate protocol is adopted by an object that manages the display of action buttons when the cell is swiped.
Swift
public protocol SwipeTableViewCellDelegate: class
`
SwipeActionTransitioning
`
Adopt the SwipeActionTransitioning protocol in objects that implement custom appearance of actions during transition.
Swift
public protocol SwipeActionTransitioning
`
SwipeExpanding
`
Adopt the SwipeExpanding protocol in objects that implement custom appearance of actions during expansion.
Swift
public protocol SwipeExpanding
© 2018 Mohammad Kurabi. All rights reserved. (Last updated: 2018-05-26)
Generated by jazzy ♪♫ v0.8.4, a Realm project.