Back to Swipecellkit

Protocols

docs/Protocols.html

2.7.11.6 KB
Original Source

Protocols

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.

See more

Declaration

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.

See more

Declaration

Swift

public protocol SwipeTableViewCellDelegate: class

`

                SwipeActionTransitioning
                `

Adopt the SwipeActionTransitioning protocol in objects that implement custom appearance of actions during transition.

See more

Declaration

Swift

public protocol SwipeActionTransitioning

`

                SwipeExpanding
                `

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

See more

Declaration

Swift

public protocol SwipeExpanding

© 2018 Mohammad Kurabi. All rights reserved. (Last updated: 2018-05-26)

Generated by jazzy ♪♫ v0.8.4, a Realm project.