Back to Swipecellkit

Trigger

docs/docsets/SwipeCellKit.docset/Contents/Resources/Documents/Structs/SwipeExpansionStyle/Trigger.html

2.7.1759 B
Original Source

Trigger

public enum Trigger

Describes additional triggers to useful for determining if expansion should occur.

`

                touchThreshold
                `

The trigger is specified by a touch occuring past the supplied percentage in the superview.

Declaration

Swift

case touchThreshold(CGFloat)

`

                overscroll
                `

The trigger is specified by the distance in points past the fully exposed action view.

Declaration

Swift

case overscroll(CGFloat)

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

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